fusesoc icon indicating copy to clipboard operation
fusesoc copied to clipboard

yaml duplicate keys

Open towoe opened this issue 5 years ago • 1 comments

Just want to raise awareness to https://github.com/yaml/pyyaml/issues/165 as this can lead to weird behaviors. If for example filesets has two entries with the same name only the content of the last occurrence is used. This is illegal with yaml and is also reported by yamllint but is not reported as an error with fusesoc. As the pyyaml issue already exists for some time, maybe it would make sense to integrate a workaround?

towoe avatar Jul 24 '19 08:07 towoe

Thanks. Good to know. I'm worried that it would need another parser to even find the issue, but perhaps run yamllint on the files first would work

olofk avatar Aug 26 '19 08:08 olofk