-
Notifications
You must be signed in to change notification settings - Fork 281
Fix quickcheck-derived test case for refactor casts #1392
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
Conversation
e3fb41a to
c717e17
Compare
|
Your branch needs a rebase (maybe once we land the base PR), then I'll take a look. |
a77dce1 to
51fbbcd
Compare
7a89e71 to
882d68f
Compare
this fixes the i32 -> u32 -> isize test case
4159922 to
251d5a2
Compare
|
I'd like to go ahead and merge this after CI, as this bug is the cause of occasional intermittent failures in CI (example). If we want to make the check less conservative again in the |
|
I can't think of another way to simplify it, so LGTM, let's merge it. |
A CI run randomly found this cast sequence that fails. I'm not sure what to do with it at this point, but this PR serves to at least document what's going on.