Uh oh!
There was an error while loading. Please reload this page.
[beta] fix failing const validation - #71441
Conversation
rust-highfive
commented
Apr 22, 2020
|
Mark-Simulacrum
commented
Apr 22, 2020
I think given the timeline I'm fine with this going into beta without full compiler team approval (since it could've landed in master just days ago). cc @pnkfelix @rust-lang/wg-prioritization -- does that seem reasonable? We can also treat this as a beta-nominated PR at tomorrow's meeting, I guess. |
RalfJung
commented
Apr 22, 2020
Some git checkout failed on the GHA builder, no idea what's up with that |
JohnTitor
commented
Apr 22, 2020
I guess because rollup landed during running CI. That points to b2e36e6. |
Mark-Simulacrum
commented
Apr 22, 2020
I believe that's a spurious failure -- ls-remote returns the current master commit which may not be checked out locally if master was pushed after CI on the PR started. We only started seeing this now because previously (and still) pipelines didn't run on beta PRs and beta auto branch builds always happened in isolation (not in parallel with master merges). I've retriggered the builds. |
RalfJung
commented
Apr 22, 2020
This time all three failed... |
pnkfelix
commented
Apr 23, 2020
@Mark-Simulacrum (at this point we're just going to treat this as if it were nominated for beta backport, even though I understand it is not a backport) |
oli-obk
commented
Apr 24, 2020
We discussed this at the compiler meeting yesteday and decided that we'd prefer a master PR and backport that to beta in the regular way. If you worry that the backport will be too big, maybe just do the revert on master, backport that and fix the root issue again |
I thought @pnkfelix was going to forward-port this same change to master, and we could still use this PR here for beta? |
oli-obk
commented
Apr 24, 2020
oh, I guess I misremembered, sorry |
Mark-Simulacrum
commented
Apr 24, 2020
bors
commented
Apr 24, 2020
📌 Commit 622c84a has been approved by |
Dylan-DPC-zz
commented
Apr 24, 2020
@bors p=1 |
bors
commented
Apr 25, 2020
bors
commented
Apr 25, 2020
☀️ Test successful - checks-azure |
…idation-fix, r=Dylan-DPC Revert PR 70566 for const validation fix This is a port of PR rust-lang#71441 but ported to the master branch, as discussed in [yesterday's T-compiler meeting](https://zulip-archive.rust-lang.org/131828tcompiler/88751weeklymeeting2020042354818.html#195065903)
This is the beta branch fix for #71353, by reverting #70566.
r? @oli-obk
Not sure if there is any extra process for the beta part. This is not a backport; we intend to "properly" fix this on master but for beta a revert is faster and less risky.