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
I think it would be nice to be able to set preferences for Applications (as opposed to packages). Could that make sense?
Since Applications do not have name or uuids (not necessarily), these preferences could be stored at the top level of the LocalPreferences.toml file, and be associated to the current leaf project. We could set/get them by unqualified set_preferences!(key => value) and get_preferences(key) (without having to specify UUID or a package name).
APP_KEY1 = "value1"# current app preferences
[PkgA] # package specific preferencesCONF_PKG_A_KEY1 = "abc"# ...
The text was updated successfully, but these errors were encountered:
I think it would be nice to be able to set preferences for Applications (as opposed to packages). Could that make sense?
Since Applications do not have name or uuids (not necessarily), these preferences could be stored at the top level of the LocalPreferences.toml file, and be associated to the current leaf project. We could set/get them by unqualified
set_preferences!(key => value)
andget_preferences(key)
(without having to specify UUID or a package name).The text was updated successfully, but these errors were encountered: