simple-framework / simple_grid_yaml_compiler

Generates the extended YAML output for an input site_level_configuration_file
Apache License 2.0
0 stars 9 forks source link

global vars, default values are positioned in a wrong sequence #45

Closed esilvaju closed 5 years ago

esilvaju commented 5 years ago

The compiler is positioning the config file before the default values from the component repositories.

Error: None, None, 'found undefined alias %r' % utf8(alias), event.start_mark ruamel.yaml.composer.ComposerError: found undefined alias 'cream_default_var_ce_cpu_model' in "./.temp/runtime.yaml", line 59, column 23

To Reproduce Just run the compiler giving a regular input file. And you will get the error

Expected behavior Should put this config above and gives the augmented file

maany commented 5 years ago

46