Actions
action #66167
openProvide a debugging option for openqa-validate-yaml
Start date:
2020-04-28
Due date:
% Done:
0%
Estimated time:
Description
Since we can use *aliases
and Merge Keys <<
in job templates, it would be nice to see how the YAML would look like if all aliases are resolved.
Thinking about --debug (YAML|JSON|Data::Dump(er))
Updated by tinita over 4 years ago
For that to work, I could add an option to YAML::PP that resolves aliases automatically when loading and/or dumping.
Just need to be careful to handle cyclic refs accordingly.
A quick hack is already working well.
Actions