-
Notifications
You must be signed in to change notification settings - Fork 12
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
Where does #metadata# go? #85
Comments
No, it only appears in |
So somewhere in
An example would be a toml: path = "relative.file" # relative path Such a |
Yes, it's ignored by validation, this is a special field to give you access to that Configurations.jl/src/from_dict.jl Line 86 in 0aa33c3
|
I think this field should always be available if you construct using |
Ok, but how would one access the |
ah, you need to overload your custom |
I'm using from_toml, and it would be nice to be able to override construction with the path of the toml file (e.g. when paths in the TOML are relative to the TOML itself). Could it be passed in a user defined
from_dict()
method?Otherwise it's unclear to me where the #metadata# key ends up in
from_dict
.The text was updated successfully, but these errors were encountered: