-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Support YAML-style configuration files in Util #1308
Comments
I would like to ask whether we are making any progress here? |
No progress yet, unfortunately. I'd like to see that in 1.8, but I can't make any promises whether I'll find the time to do it. Contributions, anyone? |
+1 |
2 similar comments
+1 |
+1 |
+1 |
Since YAML is quite complex, using an existing C++ YAML implementation and bending This one looks promising. |
This looks like a sane subset of YAML. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to have support for YAML-style configuration files in the Util library. However, given the complexity of the YAML specification, only a minimal, reasonable subset of YAML will be implemented.
Specifically, only YAML constructs that can be mapped to the AbstractConfiguration data model will be supported. Details TBD.
The text was updated successfully, but these errors were encountered: