Skip to content

Update Yaml classes to construct properly

Benjamin Winger requested to merge bmwinger/portmod:yaml_parsing into master

Updates Yaml classes to construct properly and allow static construction as well as mapping construction.

This is currently implemented for the new pyyaml version (where YAML.FullLoader exists). What happens when you try to parse files with the old version of pyyaml still needs to be tested and added to this before it's merged.

Edited by Benjamin Winger

Merge request reports