-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Review tests in tests/ui/numbers-arithmetic for duplicates #119851
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
@rustbot claim |
@RalfJung if there are some tests in numbers-arithmetic that are not exactly represented in the new tests, should I just add them to the new test file once its merged to clean up as much as possible? |
I think that depends on whether they would fit the existing test files or not. The first step would be to determine whether there are any such tests. |
hey any idea when the PR will get merged? it will be a lot easier to reorganize the tests then |
It's waiting on a team decision. The teams are busy so it's hard to predict when this will get to the top of their queue. |
No worries, this is not urgent. :) |
Uh oh!
There was an error while loading. Please reload this page.
#119432 adds extensive tests for our overflow lint; as far as I can see they subsume most of what we have in tests/ui/numbers-arithmetic, so the old tests can be deleted. Yay for having the tests nicely grouped in one file rather than spread across a dozen files!
So, once #119432 lands, we should do a review of these tests and remove duplicates.
Cc @gurry
The text was updated successfully, but these errors were encountered: