Zulip Chat Archive
Stream: nightly-testing
Topic: breakage on `bump/v4.8.0` from #11333
Kim Morrison (Mar 19 2024 at 22:14):
@Damiano Testa, one of your replacements of useless tactics in #11333 unfortunately doesn't work on the bump/v4.8.0
branch, and now that I've merged master
into it, it is broken.
Can we just revert that chunk? It's already been reverted on nightly-testing
.
Kim Morrison (Mar 19 2024 at 22:17):
Or come up with a shorter proof that will still work on nightly-testing
.
Damiano Testa (Mar 19 2024 at 22:18):
Sure, feel free to undo the whole batch: I won't have time to debug until tomorrow, and re-running the linter on the bump should be easy anyway.
Damiano Testa (Mar 19 2024 at 22:20):
(I've also observed more useless tactics creeping in on master already anyway.)
Kim Morrison (Mar 19 2024 at 22:20):
I've just undone that one, directly on bump/v4.8.0.
Damiano Testa (Mar 20 2024 at 12:12):
The bump/v4.8.0 branch has two broken (consecutive!) simp? says
. Is it ok if I simply push a fix to them? (The fix is just replacing the old outcome with the new one.)
Ruben Van de Velde (Mar 20 2024 at 12:27):
Yes please
Damiano Testa (Mar 20 2024 at 12:28):
It turns out that I cannot:
remote: error: GH006: Protected branch update failed for refs/heads/bump/v4.8.0.
remote: error: You're not authorized to push to this branch. Visit https://docs.github.com/articles/about-protected-branches/ for more information.
To github.com:leanprover-community/mathlib4.git
! [remote rejected] bump/v4.8.0 -> bump/v4.8.0 (protected branch hook declined)
error: failed to push some refs to 'github.com:leanprover-community/mathlib4.git'
Damiano Testa (Mar 20 2024 at 12:30):
However, you can
git cherry-pick 4cb6efad547cd787fa732a27fbb1414163553eed
git cherry-pick d9028721cad8abb615a4d0f520f87e2b4e947e9c
after you fetch a current version of mathlib.
(They come one at a time...)
Damiano Testa (Mar 20 2024 at 12:39):
CI is passing for me locally with the two cherry-picked patches above.
Damiano Testa (Mar 20 2024 at 12:43):
Shake is unhappy, though.
Ruben Van de Velde (Mar 20 2024 at 12:56):
Oh, sorry, I misread the branch name
Damiano Testa (Mar 20 2024 at 12:58):
No problem, the two patches should work for whoever has write access. I can also produce the patch for shake, if it is helpful.
Ruben Van de Velde (Mar 20 2024 at 12:58):
You can create a PR into the bump/ branch
Damiano Testa (Mar 20 2024 at 12:59):
Ah, true! I'll do that.
Damiano Testa (Mar 20 2024 at 13:18):
Hopefully this will build! #11533
Last updated: May 02 2025 at 03:31 UTC