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
Add a page in the users guide about provided storage plugins.
It should be possible to generates this page based on the documentation of the plugins as shown in test_storage_plugins.py.
Ideally the we should also allow extraction of documentation from C. Documentation of options should be possible to automatically extract from the option list.
The text was updated successfully, but these errors were encountered:
# Description
Fixed iteration over storage plugins. One use case is automatic
generation of documentation of storage plugins (see issue #642).
Quite many changes, but the most interesting change is [this
line](https://github.com/SINTEF/dlite/pull/643/files#diff-afaeddf3751c622eaae4bed224fa4dec3b7db2c6d95d86b0a837a1b3eaeaef17R220).
Additional fixes:
- Got rid of occasional segfaults during shutdown of DLite.
- Updated tests
## Type of change
- [x] Bug fix & code cleanup
- [ ] New feature
- [ ] Documentation update
- [x] Test update
## Checklist for the reviewer
This checklist should be used as a help for the reviewer.
- [ ] Is the change limited to one issue?
- [ ] Does this PR close the issue?
- [ ] Is the code easy to read and understand?
- [ ] Do all new feature have an accompanying new test?
- [ ] Has the documentation been updated as necessary?
Add a page in the users guide about provided storage plugins.
It should be possible to generates this page based on the documentation of the plugins as shown in
test_storage_plugins.py
.Ideally the we should also allow extraction of documentation from C. Documentation of options should be possible to automatically extract from the option list.
The text was updated successfully, but these errors were encountered: