-
Notifications
You must be signed in to change notification settings - Fork 352
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
Add tests for Intptrcast when doing explicit casts #803
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
Blocked on landing rust-lang/rust#62229.
rust-lang/rust#62229 just landed Edit: I closed and opened the PR to trigger CI :P |
@christianpoveda you need to update the |
I wonder if we will see rust-lang/rust#62347 on our CI here. Bors will tell. ;) |
☔ The latest upstream changes (presumably #820) made this pull request unmergeable. Please resolve the merge conflicts. |
Thanks! I'm afraid I introduced a merge conflict here, sorry. :/ Can you take care of that? Then I will r+. |
It happened. I am not sure why tho |
@bors r+ |
📌 Commit 8dfb278 has been approved by |
…fJung Add tests for Intptrcast when doing explicit casts r? @RalfJung
💔 Test failed - checks-travis |
Essentially blocked on rust-lang/rust#62245. |
📌 Commit 802dcb7 has been approved by |
…fJung Add tests for Intptrcast when doing explicit casts r? @RalfJung
💔 Test failed - checks-travis |
Temporarily disabling more stuff. It's messy, but I think having to land the changes for all the upcoming braking changes at once will be even more messy... @bors r+ |
📌 Commit 9b58492 has been approved by |
…fJung Add tests for Intptrcast when doing explicit casts r? @RalfJung
sigh Windows still fails. :( We should have done this cast thing from the start, turns out the intptrcast we landed was very incomplete but we didn't notice, and now that bites us. :/ |
💥 Test timed out |
@bors r+ |
📌 Commit 4d76dd1 has been approved by |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
☔ The latest upstream changes (presumably #825) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r+ |
📌 Commit 89696a4 has been approved by |
…fJung Add tests for Intptrcast when doing explicit casts r? @RalfJung
☀️ Test successful - checks-travis, status-appveyor |
uninit intrinsic is gone Finally. :D However, to land this we'll need to fix the intptrcast issues that block #803.
r? @RalfJung