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

Error out if TOML includes any unknown fields #130

Open
twifkak opened this issue Oct 3, 2018 · 0 comments
Open

Error out if TOML includes any unknown fields #130

twifkak opened this issue Oct 3, 2018 · 0 comments

Comments

@twifkak
Copy link
Member

twifkak commented Oct 3, 2018

Currently, the toml parser just silently ignores any fields that don't match the struct. This means that typos are hard to diagnose, and backwards-incompatible changes to the config will require special care to notify existing users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants