Update to Support 4.30.0#6
Open
zaporter wants to merge 1 commit into
Open
Conversation
zaporter
commented
Jun 17, 2026
| toFloat a := ↑a | ||
|
|
||
| /-! ### `Rat` instance | ||
| /-! ## `Rat` instance |
Author
There was a problem hiding this comment.
Verso was complaining about jumping to the wrong indentation level
zaporter
commented
Jun 17, 2026
| [[require]] | ||
| name = "verso" | ||
| scope = "leanprover" | ||
| rev = "v4.30.0" |
Author
There was a problem hiding this comment.
Verso is getting this error on main:
info: verso: cloning https://github.com/leanprover/verso
info: verso: checking out revision '6f0c12be90063de6d4e5ca14867ad7243064ad99'
error: verso: executable '«verso-literate»' has the same root module 'Main' as executable 'verso'
Pinning fixes this, but I'm not sure if you want to add pins that have to be updated every version...
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.
Thank you for maintaining this. I love this tool. Ran into some issues with a different package that required bumping to 4.30. This caused issues with verso so I needed to bump to 4.30.
Please let me know if I should change anything (or if you want to close this and do it as part of a bigger change), I'm still fairly new to Lean.