-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Invalid keyword arguments should raise an error #3
Comments
Yes. This is fixed now. I did the include_dirs change like this because, truth be told, I did not know of anyone using Meson for production yet. If I had known that I would have made the change so that they both are valid for a while with a deprecation warning if you use the old one. |
While Meson is in alpha/beta, it is perfectly fine to make incompatible changes. I wouldn't say I'm exactly 'production', but I've started having a look at Meson as a next-gen build system, and I like what I see so far and want to help make it better 😄 |
BUG: fix macOS SDK version detection
Keyword arguments unsupported by the respective function should raise an error during parsing, not be silently ignored. A case where this would have made a big difference is the change from
include_dirs
toinclude_directories
- existing code would fail during building after the Meson upgrade with no clear indication why.The text was updated successfully, but these errors were encountered: