Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uptrans: callee: normalize trait_ref before use #33478
Conversation
rust-highfive
assigned
pnkfelix
May 7, 2016
This comment has been minimized.
This comment has been minimized.
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pnkfelix (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
This comment has been minimized.
This comment has been minimized.
|
r? @eddyb Thanks for doing this |
rust-highfive
assigned
eddyb
and unassigned
pnkfelix
May 7, 2016
eddyb
added
the
beta-nominated
label
May 7, 2016
xen0n
force-pushed the
xen0n:normalize-callee-trait-ref
branch
from
7dce338
to
4f22878
May 7, 2016
xen0n
changed the title
trans: callee: normalize trait_ref before using
trans: callee: normalize trait_ref before use
May 7, 2016
xen0n
force-pushed the
xen0n:normalize-callee-trait-ref
branch
from
4f22878
to
dcdf761
May 7, 2016
This comment has been minimized.
This comment has been minimized.
|
@bors r+ |
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
|
Added testcase and pushed. (Reason why the Travis CI status is gone: I made a mistake of allowing 2 blank lines after copyright header in the testcase, which I summarily fixed and re-pushed; however Travis is quick enough to create a build for the replaced commit, and haven't created one for the current commit. As the difference is only one blank line the outcome shouldn't matter, but sorry for the extra noise.) |
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
May 8, 2016
bors
added a commit
that referenced
this pull request
May 8, 2016
bors
added a commit
that referenced
this pull request
May 8, 2016
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
May 9, 2016
This comment has been minimized.
This comment has been minimized.
bors
merged commit dcdf761
into
rust-lang:master
May 9, 2016
1 check passed
bors
referenced this pull request
May 9, 2016
Merged
Preparatory refactorings for collector-driven trans. #33473
sanxiyn
referenced this pull request
May 9, 2016
Closed
ICE: FulfillmentError, MismatchedProjectionTypes #33461
xen0n
deleted the
xen0n:normalize-callee-trait-ref
branch
May 12, 2016
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
approving for backport because this fixes a regression and is very simple |
xen0n commentedMay 7, 2016
This fixes #33436 and #33461. Ran the tests and nothing else seems to be affected.
P.S. How to write the regression test for this fix? Does this qualify as run-pass or run-make, as the test only needs to be successfully compiled to be considered passed? Will add the testcase (the minimal example in #33461 seems fit) after clarifying this.