-
Notifications
You must be signed in to change notification settings - Fork 746
Figure out a way to quiet test expectations' warning spew #373
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
Comments
It should be easy to just insert that in the test results with |
While we can easily do this with
Therefore, I think we should put this in the codegen for modules (or only the top level module?) |
I meant I'm fine if we want to make it default I guess, but raw_line is easy to use and powerful enough to allow people choose whatever they want. |
This is partially fixed in our tests, and we have other issues tracking the remaining work, if any. |
Sorry to dig into such an old issue, but how are bindgen users supposed to deal with this? |
They are so noisy with style warnings (eg camel case and capitalization) that we expect to fail. Makes reading the test results harder than it should be.
Perhaps we should insert
by default?
The text was updated successfully, but these errors were encountered: