PALEOtoolkit / PALEOboxes.jl

Model coupler for the PALEO model framework
https://PALEOtoolkit.github.io/PALEOboxes.jl
MIT License
2 stars 1 forks source link

Duplicate keys in yaml config file are silently overwritten #43

Open sjdaines opened 2 years ago

sjdaines commented 2 years ago

For example: two Reactions with the same name will overwrite each other (probably in a random order).

This appears to be a limitation of the Julia yaml parser, https://github.com/JuliaData/YAML.jl/issues/140, https://github.com/JuliaData/YAML.jl/pull/141

sjdaines commented 3 months ago

A vscode yaml extension is now available that catches this and other errors https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml