Replies: 4 comments 4 replies
-
no plans, to generally support yaml. Yaml files can get pretty complex so the full parser for them is rather complicated to handle the whitespace rules.
and that would handle anything on a the top level. Anyway I don't know of a clear way to handle yaml beyond trivial cases with the existing parsers or even small modifications of it. |
Beta Was this translation helpful? Give feedback.
-
We will not be able to support YAML without dependencies. That is something that should use a dependency, and would be a great "plugin" like library. But we can't support it without dependencies, as it's wildly complex. Writing it would be pretty easy, but not reading arbitrary files. I'm happy to advertise a plugin library if you want to write one, though. :) |
Beta Was this translation helpful? Give feedback.
-
For my use cases, I am not sure I will need a full compliant YAML 1.2.2 parser, but like TOML, a single one that can parse easy config files. |
Beta Was this translation helpful? Give feedback.
-
Not sure how to share it, but I have made an experimental Yaml config file class. [EDIT] Added basic option for YAML in conanfile and CMakeLists.txt (conan create failed due to test package. I do not know how to fix that) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering if there is plan to introduce YAML support for configuration file.
Will it be easy to do or not (without adding external dependecy) ?
Regards,
Beta Was this translation helpful? Give feedback.
All reactions