-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialise DLite search paths from entry points #990
Conversation
All the path variables, except for `DLITE_STORAGES`, uses (`:`) colon as path separator. | ||
However, since colon may appears in URLs, `DLITE_STORAGES` uses instead the pipe symbol (`|`) as path separator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not have the same separator in all? Also, one could envison plugins being available on the internet somewhere (for the future)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point! I think this would be a very good thing to add as an issue. We could then deprecate the use of colon over some releases and standardise on "|"
doc/user_guide/storage_plugins.md
Outdated
|
||
``` | ||
|
||
See [Extending DLite] for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where does this point to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected. It now points to search_paths.html
Co-authored-by: Francesca L. Bleken <[email protected]>
Co-authored-by: Francesca L. Bleken <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approvved, but please write the issue in the issue-tracker.
Description
Allow developers of packages that uses dlite to define entry_points with paths to datamodels and plugins.
Also documented DLite search paths and how to extend them.
Type of change
Checklist for the reviewer
This checklist should be used as a help for the reviewer.