-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The YAML library allows you to add arbitrary constructors, and use variables which are parsed at runtime in your config. Here are a few examples:
These are currently unsupported by the tool, as it'll error on the unknown constructors, and won't carry variables across. This is problematic as it means end users will have to modify their configs by hand at the end to add the variables back, and config makers can't use any constructors.
I see a few possible options here:
- Allow users to define arbitrary constructors/loaders and pass them to the package. There is more information about this in the documentation under
Constructors, representers, resolvers. - Ignore unrecognized constructors and just spit them back out at the end. I'm not sure how the implementation for this will work, but it should still allow users to use constructors as they like.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels