-
Notifications
You must be signed in to change notification settings - Fork 15
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
Setting preferences for other packages. #39
Comments
Similarly, when package But when loading package |
Is there any update on the original question by @lassepe for how to set preferences on package dependencies, that should be passed on to other packages unless overridden? |
In one of my packages, say
PkgA
, I would like to set a preference for one of its dependencies, sayPkgB
. I did so by setting the preference key-value-pair inPkgA/Project.toml
. When I activate the env ofPkgA
this does what I want. However, when I depend onPkgA
in another package, sayPkgC
(which does not have any preferences set at all), then the preference I specified in thePkgA/Project.toml
forPkgB
's config value is not loaded. Is there a way to achieve this or is this beyond the (current) scope of this package?The text was updated successfully, but these errors were encountered: