Zulip Chat Archive

Stream: general

Topic: lean-action releases


Chris Henson (Dec 15 2025 at 21:08):

Is there an upcoming release planned for lean-action? I added a test-args input ~4 months ago, but it remains in the "unreleased" section of the changelog. (I know I can use the main branch or a specific commit, but this is not always desirable for maintenance purposes)

Kim Morrison (Jan 05 2026 at 00:50):

@Austin Letson, is this a question for you? (Perhaps to be answered with "please could someone else take care of this!")

Austin Letson (Jan 05 2026 at 22:48):

Yes, I can cut a release this week. @Chris Henson I will tag you.

Chris Henson (Jan 05 2026 at 23:20):

Thanks! I also noticed that with the module system now existing, we might want to similarly update the mk_all-check input to optionally include --module. Maybe not crucial to get into this release, as I don't think many (any?) projects downstream of Mathlib are using modules yet, but I'll make a PR when I get a chance.

Sebastian Ullrich (Jan 06 2026 at 07:33):

One alternative would be to update the script so it simply preserves any existing module annotation


Last updated: Feb 28 2026 at 14:05 UTC