Uh oh!
There was an error while loading. Please reload this page.
move skolemized regions into global tcx - #50197
Conversation
nikomatsakis
commented
Apr 24, 2018
(I think that when all is said and done we can again confine skolemized things to the local tcx) |
eddyb
commented
Apr 24, 2018
@bors r+ |
bors
commented
Apr 24, 2018
📋 Looks like this PR is still in progress, ignoring approval |
nikomatsakis
commented
Apr 24, 2018
@bors r=eddyb |
bors
commented
Apr 24, 2018
📌 Commit 910cf2a has been approved by |
bors
commented
Apr 25, 2018
⌛ Testing commit 910cf2ae18dd4596e23035c7b2552200b51d5984 with merge d7bc491b1cdf9addc73d7189cd106c2b50e25748... |
bors
commented
Apr 25, 2018
💔 Test failed - status-appveyor |
rust-highfive
commented
Apr 25, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
nagbot-rs
commented
Apr 25, 2018
via email
@bors: retry
* crates.io was down …On Tue, Apr 24, 2018 at 8:07 PM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang/rust/build/1.0.7135>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#50197 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AaPN0LhibQwo2kaiMdP2DW9SHNv5dui6ks5tr8xJgaJpZM4ThsO1>
.
--
You received this message because you are subscribed to the Google Groups
"rust-ops" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to ***@***.***
To post to this group, send email to ***@***.***
To view this discussion on the web visit https://groups.google.com/d/
msgid/rust-ops/rust-lang/rust/pull/50197/c384127864%40github.com
<https://groups.google.com/d/msgid/rust-ops/rust-lang/rust/pull/50197/c384127864%40github.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
|
bors
commented
Apr 25, 2018
@nagbot-rs: 🔑 Insufficient privileges: not in try users |
aturon
commented
Apr 25, 2018
@bors: retry |
bors
commented
Apr 25, 2018
☔ The latest upstream changes (presumably #50016) made this pull request unmergeable. Please resolve the merge conflicts. |
910cf2a to
7dbb151Comparenikomatsakis
commented
Apr 26, 2018
@bors r=eddyb |
bors
commented
Apr 26, 2018
📌 Commit 7dbb151 has been approved by |
rust-highfive
commented
Apr 26, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
kennytm
commented
Apr 26, 2018
@bors r- CI error is legit. |
7dbb151 to
149ab1bComparenikomatsakis
commented
Apr 30, 2018
@bors r=eddyb |
bors
commented
Apr 30, 2018
📌 Commit 149ab1b has been approved by |
bors
commented
May 1, 2018
bors
commented
May 1, 2018
☀️ Test successful - status-appveyor, status-travis |
Experimental branch to move skolemized regions into global tcx. This is probably not what we want long term but may be convenient to unblock @sgrif in the short term.
I'd like to do a perf run, though the main concern I guess would be memory usage.
r? @eddyb