Skip to content
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

Open
obiltschnig opened this issue Jul 3, 2016 · 8 comments
Open

Support YAML-style configuration files in Util #1308

obiltschnig opened this issue Jul 3, 2016 · 8 comments
Assignees
Labels

Comments

@obiltschnig
Copy link
Member

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.

@obiltschnig obiltschnig added this to the Unspecified milestone Jul 3, 2016
@obiltschnig obiltschnig self-assigned this Jul 3, 2016
@baszczewski
Copy link

I would like to ask whether we are making any progress here?

@obiltschnig
Copy link
Member Author

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?

@diegoferigo
Copy link

+1

2 similar comments
@Cqspel
Copy link

Cqspel commented Apr 12, 2017

+1

@uriy999
Copy link

uriy999 commented Oct 9, 2018

+1

@OneTop4458
Copy link
Contributor

+1

@obiltschnig
Copy link
Member Author

Since YAML is quite complex, using an existing C++ YAML implementation and bending
it to our needs may be a good approach.

This one looks promising.

@obiltschnig
Copy link
Member Author

This looks like a sane subset of YAML.

https://hitchdev.com/strictyaml/

@matejk matejk removed this from 1.14 Nov 25, 2024
@matejk matejk modified the milestones: Release 1.14.0, Release 1.15.0 Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants