fireplace icon indicating copy to clipboard operation
fireplace copied to clipboard

Consider serde-ignored for configuration file parsing

Open Drakulix opened this issue 8 years ago • 2 comments

Logging typo's in the config file instead of straight up denying should be a far better user experience.

Decided against that option because there was no easy way to get the ignored keys, serde-ignored changes that.

Drakulix avatar Feb 18 '17 23:02 Drakulix

Currently blocked by https://github.com/dtolnay/serde-yaml/issues/44

Drakulix avatar Feb 19 '17 17:02 Drakulix

Reminder: This is tagged for C-library because a bunch of #[serde(deny_unknown_fields)] annotations need to be removed.

Drakulix avatar Feb 19 '17 17:02 Drakulix