-
Notifications
You must be signed in to change notification settings - Fork 117
Excessive warning statements printed out while running the regression #573
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
The Rust team has changed the way they treat warnings so they are printed by default. See the discussion and the change. We are keeping this issue open until we clean all warnings. |
The warnings are specifically coming from these two:
|
In my opinion, the long-term solution for this would be to figure out the type mismatch issue in #277. It points to an issue in the way we codegen slices. Other warnings (e.g., for concurrent features) are informative and it should be okay to have them printed during the regressions. |
Uh oh!
There was an error while loading. Please reload this page.
A large blob of warning statements is being printed out while running the regression. Looks like it is happening in all testing scripts.
The text was updated successfully, but these errors were encountered: