Zulip Chat Archive

Stream: mathlib4

Topic: Std bump mess


François G. Dorais (Dec 08 2023 at 23:10):

Oh my! I think I just merged an Std bump with a bad lakefile! What's the best way to fix this?

Eric Wieser (Dec 08 2023 at 23:22):

Make a new PR to correct it ASAP? (And preferably add CI to catch this in future!)

Eric Wieser (Dec 08 2023 at 23:23):

Or maybe just create a revert the PR first, if the fix is not trivial

François G. Dorais (Dec 08 2023 at 23:25):

Tentative PR #8914

François G. Dorais (Dec 08 2023 at 23:30):

This was from a really old Std PR that just got merged. I was a bit too sleepy while prepping the Mathlib patch...

I'll add a CI test later so I don't do this one again!

Eric Wieser (Dec 08 2023 at 23:39):

Note that it seems @Tobias Grosser was not aware of your patch and ended up doing it from scratch themselves in another PR (but lost the race); perhaps we should put the mathlib PR into the std commit message to make it harder to miss

François G. Dorais (Dec 08 2023 at 23:43):

Yes, I just noticed that. It would have been easier to collaborate! It's featured in the PR itself but the commit message somehow omits it.

François G. Dorais (Dec 09 2023 at 00:13):

Build looks fine but CI is not quite done for #8914.

Thanks for the quick response @Eric Wieser, very much appreciated! I asked reviews form you and @Scott Morrison. Hopefully this quick patch can be rushed through before the bad PR causes any damage!

François G. Dorais (Dec 09 2023 at 01:24):

Thanks @Eric Wieser! I feel better now!

Notification Bot (Dec 09 2023 at 04:42):

François G. Dorais has marked this topic as resolved.

Tobias Grosser (Dec 09 2023 at 05:30):

Indeed, I missed this one. Sorry for duplicating work here. I think the conventions are actually perfectly fine. I just was not attentive enough. I now think I touched everything along the path, so expect for next time to have a better picture.

Notification Bot (Dec 09 2023 at 05:32):

François G. Dorais has marked this topic as unresolved.

François G. Dorais (Dec 09 2023 at 05:34):

No worries Tobias! We're all working toward a common goal. Little messes are part of the journey.


Last updated: Dec 20 2023 at 11:08 UTC