Uh oh!
There was an error while loading. Please reload this page.
save_analysis: fix some ICEs - #73046
Conversation
rust-highfive
commented
Jun 5, 2020
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
marmeladema
commented
Jun 5, 2020
r? @Xanewok |
Xanewok
commented
Jun 5, 2020
Good catch, thanks! @bors r+ rollup |
bors
commented
Jun 5, 2020
📌 Commit 84e4777 has been approved by |
get_expr_datamarmeladema
commented
Jun 5, 2020
Sorry @Xanewok i've just added a fix for another issue. |
Do you think there are going to be more issues with TypeRelative paths being not matched on? By the way you can try running the entire test suite with |
marmeladema
commented
Jun 5, 2020
Potentially yes, but i've tried adding it everywhere and it leads to other bugs later on in In the mean time, those 2 commits should fix some ices/panics. |
marmeladema
commented
Jun 6, 2020
That's what I am doing right now to find more crashes 👍 I hope to come back with some more patches in the next few days |
Xanewok
commented
Jun 6, 2020
That's good to hear! Let's try to land this, then: @bors r+ |
bors
commented
Jun 6, 2020
📌 Commit 4d6a307 has been approved by |
… r=Xanewok save_analysis: fix some ICEs Fixesrust-lang#73020Fixesrust-lang#73022Fixesrust-lang#73041
… r=Xanewok save_analysis: fix some ICEs Fixesrust-lang#73020Fixesrust-lang#73022Fixesrust-lang#73041
Uh oh!
There was an error while loading. Please reload this page.
… r=Xanewok save_analysis: fix some ICEs Fixesrust-lang#73020Fixesrust-lang#73022Fixesrust-lang#73041
… r=Xanewok save_analysis: fix some ICEs Fixesrust-lang#73020Fixesrust-lang#73022Fixesrust-lang#73041
… r=Xanewok save_analysis: fix some ICEs Fixesrust-lang#73020Fixesrust-lang#73022Fixesrust-lang#73041
marmeladema
commented
Jun 6, 2020
Superseded by #73071 |
RalfJung
commented
Jun 6, 2020
(Looks like that's just more commits added to this one, so IMO it would make sense to keep using the same PR so that all discussion is in one place. But whatever.^^) |
marmeladema
commented
Jun 6, 2020
The hope is that those new commits will magically fix those weird failures :-D |
RalfJung
commented
Jun 6, 2020
I understand. Still no reason to open a new PR -- to the contrary, opening a new PR erases the prior discussion and thus the relation to the previous failures. But also, another rollup saw the same failures again and didn't include this PR. I am at a total loss where the problem is coming from. |
marmeladema
commented
Jun 6, 2020
I understand and I don't mind to let this PR open as a matter of fact. I thought it would be confusing to have two that includes the same commits. |
Yes that's confusing indeed. So why did you open a 2nd one in the first place? You had a perfectly fine PR here, no reason to ditch it. :) |
marmeladema
commented
Jun 6, 2020
So @RalfJung let's go as originally planned. Can this be approved again? Or is there still suspicions this PR is breaking CI? |
Xanewok
commented
Jun 6, 2020
r=me with https://github.com/rust-lang/rust/pull/73046/files#r436305949 addressed |
4d6a307 to
a7c18e0CompareXanewok
commented
Jun 6, 2020
Thanks a lot! Let's try to get this in again... @bors r+ |
bors
commented
Jun 6, 2020
📌 Commit a7c18e0 has been approved by |
Dylan-DPC-zz
commented
Jun 8, 2020
@bors p=1 |
bors
commented
Jun 8, 2020
bors
commented
Jun 8, 2020
☀️ Test successful - checks-azure |
Fixes#73020
Fixes#73022
Fixes#73041