-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[beta] fix failing const validation #71441
Conversation
This reverts commit 99492e4.
|
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. |
Some git checkout failed on the GHA builder, no idea what's up with that
|
I guess because rollup landed during running CI. That points to b2e36e6. |
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. |
This time all three failed... |
@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) |
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? |
oh, I guess I misremembered, sorry |
📌 Commit 622c84a has been approved by |
@bors p=1 |
☀️ 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.