-
Notifications
You must be signed in to change notification settings - Fork 38
chore: update nightly-testing with changes in main
to 2025-06-19
#476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
david-christiansen
merged 37 commits into
leanprover:nightly-testing
from
david-christiansen:bump-2025-06-19-mk2
Jun 20, 2025
Merged
chore: update nightly-testing with changes in main
to 2025-06-19
#476
david-christiansen
merged 37 commits into
leanprover:nightly-testing
from
david-christiansen:bump-2025-06-19-mk2
Jun 20, 2025
Conversation
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
This PR adds highlights to v4.19 release notes and reorganizes entries in the extended list.
This PR adds highlights section to v4.20 release notes.
I needed this to get `main` working, so I can start a branch for the `grind` manual.
…ng` error message (leanprover#459) Example issue: ``` ✖ [469/477] Building Manual.BuildTools.Elan error: reference-manual/Manual/BuildTools/Elan.lean:226:0: Mismatched 'elan --help' output output: ^^^^^^^^^^^^^ ``` `main` branch: ``` Manual/Meta/ExpectString.lean: logErrorAt expected m!"Mismatched {what} output:\n{Diff.linesToString diff}" … Manual/Meta/ElanCheck.lean: discard <| expectString "'elan --help' output" str elanOutput (useLine := useLine) (preEq := String.trimRight) Manual/Meta/ExpectString.lean:def expectString (what : String) (expected : StrLit) (actual : String) Manual/Meta/LakeCheck.lean: discard <| expectString "'lake --help' output" str lakeOutput (useLine := useLine) Manual/Meta/LakeToml.lean: discard <| expectString "elaborated configuration" expectedStr v (useLine := (·.any (!·.isWhitespace))) ``` This branch: ``` Manual/Meta/ExpectString.lean: logErrorAt expected m!"Mismatched {what}:\n{Diff.linesToString diff}" … Manual/Meta/ElanCheck.lean: discard <| expectString "'elan --help' output" str elanOutput (useLine := useLine) (preEq := String.trimRight) Manual/Meta/ExpectString.lean:def expectString (what : String) (expected : StrLit) (actual : String) Manual/Meta/LakeCheck.lean: discard <| expectString "'lake --help' output" str lakeOutput (useLine := useLine) Manual/Meta/LakeToml.lean: discard <| expectString "elaborated configuration output" expectedStr v (useLine := (·.any (!·.isWhitespace))) ``` Co-authored-by: u <u@h>
The name of the `add` definition suggests that it can be used to calculate the sum of two natural numbers, but in the current form, it is always evaluated to the parameter `n` instead of `n+m`
…er#448) Verso now ships KaTeX itself, so no need to include it here.
This reverts commit 423d015. The manual is getting developed on nightly-testing, so that's the version that should be shown for the preview.
Lean PR 7428 brings a huge speedup to `simp` so we should be sure to mention it!
Co-authored-by: Joachim Breitner <[email protected]>
Preview for this PR is ready! 🎉 (also as a proofreading version). built with commit bcf63b0. |
860abdb
into
leanprover:nightly-testing
9 checks passed
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.
No description provided.