chore: bump toolchain to v4.33.1 - #101
Open
kim-em wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01C4AZKZ85yyEVqQby5CeBiR
kim-em
requested review from
govereau,
joonwonc,
jtristan and
seanmcl
as code owners
August 26, 2026 09:47
Collaborator
|
These changes have been done in PR #100 I'll be merging them soon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR bumps the Lean toolchain from
v4.23.0tov4.33.1and refreshes the Lake manifest.Aesop, Plausible and lean4-cli move from
v4.23.0tov4.33.0, their most recent tags.Five adaptations were needed across the ten releases:
ForIn.forInno longer takes a[Monad m]binder on the field itself, so theIteratorinstance drops its redundant one.String.dropreturns aString.Slice, soDtype.fromNpyStringconverts back with.toString.#guard_msgsexpectations updated:declaration uses 'sorry'is now written with backticks.Broadcast, anaesopcall no longer makes progress; theifis now discharged explicitly from the ordering hypothesis.ByteArray.replicateSizeneeds a finalrfl.🤖 Prepared with Claude Code