Trick-17 / clang-build

Clang-based cross platform build system written in Python
https://clang-build.readthedocs.io
MIT License
8 stars 3 forks source link

Warning or Error for unknown keywords in configuration file #85

Open GPMueller opened 5 years ago

GPMueller commented 5 years ago

It would be helpful to get a warning or error that an unknown keyword was found in the configuration file.

Since the feature-set and keywords of clang-build are not trivial anymore, one might expect to be able to use a keyword in a place that we have not designed it for, or the ordering of some nested structure might be wrong. It might also be that a user misspelled a keyword or upgraded clang-build to a version that changed keywords.