Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yaml duplicate keys #289

Open
towoe opened this issue Jul 24, 2019 · 1 comment
Open

yaml duplicate keys #289

towoe opened this issue Jul 24, 2019 · 1 comment
Labels
type:feature new functionality

Comments

@towoe
Copy link
Contributor

towoe commented Jul 24, 2019

Just want to raise awareness to yaml/pyyaml#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?

@olofk
Copy link
Owner

olofk commented Aug 26, 2019

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

@imphil imphil added the type:feature new functionality label Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature new functionality
Projects
None yet
Development

No branches or pull requests

3 participants