You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- for debug build on Linux with mamba and conda-forge, use:
116
-
116
+
117
117
```bash
118
118
export ARCTICDB_USING_CONDA=1
119
119
cmake -DTEST=off --preset linux-conda-debug cpp
@@ -395,7 +395,7 @@ If possible, a version number should also be added such that future changes in t
395
395
### API
396
396
397
397
Any changes to the API (including when exceptions are thrown and the type of the exception) must be weighed up against the change breaking behaviour for existing users.
398
-
Please make this as clear to reviewers as possible by ensuring **API changes are clearly described in the PR description**.
398
+
Please make this as clear to reviewers as possible by ensuring **API changes are clearly described in the PR description**.
399
399
If the change is breaking, please also ensure that that is appropriately highlighted in the PR description as well.
400
400
This is particularly true of the `NativeVersionStore` API, as this has many users inside Man Group.
0 commit comments