Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
d005dcd
chore: bump to nightly-2025-05-09
david-christiansen May 9, 2025
bfa5c6d
chore: bump to nightly-2025-05-12 (#437)
david-christiansen May 13, 2025
96f46a4
chore: bump to nightly-2025-05-20 (#444)
david-christiansen May 21, 2025
34f18f6
chore: bump to latest nightly (2025-05-23), elan, and Verso (#448)
david-christiansen May 23, 2025
5a42fd4
chore: bump to latest Lean and Verso (#452)
david-christiansen May 29, 2025
854c670
chore: add web server script that avoids bogus caching (#455)
david-christiansen Jun 2, 2025
31a7029
chore: bump to 2025-06-01 (#454)
david-christiansen Jun 2, 2025
52403cd
feat: maps and sets (#460)
david-christiansen Jun 3, 2025
fe26b0f
chore: bump to 2025-06-05 (#463)
david-christiansen Jun 5, 2025
a758450
chore: update to nightly-2025-06-11 (#471)
david-christiansen Jun 20, 2025
860abdb
chore: update nightly-testing with changes in `main` to 2025-06-19 (#…
david-christiansen Jun 20, 2025
ae00aec
chore: bump to nightly-2025-06-23 (#477)
david-christiansen Jun 23, 2025
ed63c82
chore: bump `nightly-testing` to `2025-06-24` (#482)
jrr6 Jun 25, 2025
acc1216
chore: bump to nightly-2025-06-25 (#484)
david-christiansen Jun 25, 2025
055de57
feat: allow examples to be open by default (#479)
jrr6 Jun 25, 2025
17fa1fd
feat: add error explanation preprocessor (#480)
jrr6 Jun 25, 2025
9636749
fix: restore test/example after bug fix in compiler (#486)
david-christiansen Jun 26, 2025
ca0ca39
chore: bump to nightly nightly-2025-06-26
github-actions[bot] Jun 26, 2025
9408633
chore: merge main into nightly-testing
github-actions[bot] Jun 26, 2025
de2c2f0
chore: merge main into nightly-testing
github-actions[bot] Jun 26, 2025
52989df
feat: `grind` chapter (#451)
kim-em Jun 27, 2025
3d8b0f9
feat: add error explanation elaboration and manual page (#481)
jrr6 Jun 27, 2025
ab67394
chore: merge main into nightly-testing
github-actions[bot] Jun 27, 2025
7851058
chore: improve PR status reporting (#495)
david-christiansen Jun 27, 2025
01f4b85
chore: merge main into nightly-testing
github-actions[bot] Jun 27, 2025
9ff9b93
chore: merge main into nightly-testing
github-actions[bot] Jun 28, 2025
8e50737
chore: merge main into nightly-testing
github-actions[bot] Jun 29, 2025
17130f6
chore: bump to nightly-2025-06-29 (#502)
david-christiansen Jun 30, 2025
a7f753c
chore: merge main into nightly-testing
github-actions[bot] Jun 30, 2025
1b0cbcc
chore: bump to 2025-06-30 (#503)
david-christiansen Jun 30, 2025
049b10e
chore: merge main into nightly-testing
github-actions[bot] Jun 30, 2025
6c9cde2
chore: merge main into nightly-testing
github-actions[bot] Jun 30, 2025
499ed16
chore: merge main into nightly-testing
github-actions[bot] Jun 30, 2025
6a9e81e
chore: merge main into nightly-testing
github-actions[bot] Jul 1, 2025
cec7207
chore: merge main into nightly-testing
github-actions[bot] Jul 2, 2025
4f909b9
chore: merge main into nightly-testing
github-actions[bot] Jul 2, 2025
d14c531
chore: merge main into nightly-testing
github-actions[bot] Jul 3, 2025
522a4ab
chore: bump toolchain to v4.22.0-rc3
kim-em Jul 4, 2025
c8bc8ad
Merge remote-tracking branch 'origin/nightly-testing' into bump_to_v4…
kim-em Jul 4, 2025
35f3982
chore: bump version number in release notes
kim-em Jul 4, 2025
05794eb
lake update
kim-em Jul 4, 2025
7d2f117
docstring.allowMissing
kim-em Jul 4, 2025
270085e
revert stray changes
kim-em Jul 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions Manual/Grind.lean
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ open Lean.Elab.Tactic.GuardMsgs.WhitespaceMode

set_option pp.rawOnError true

-- TODO (@kim-em): `Lean.Grind.AddCommMonoid` and `Lean.Grind.AddCommGroup` are not yet documented.
set_option verso.docstring.allowMissing true

set_option linter.unusedVariables false

-- The verso default max line length is 60, which is very restrictive.
Expand Down Expand Up @@ -1326,12 +1329,12 @@ Could not find a decreasing measure.
The basic measures relate at each recursive call as follows:
(<, ≤, =: relation proved, ? all proofs failed, _: no proof attempted)
#1 x2
1) 1293:27-45 = <
2) 1294:27-45 = <
3) 1296:4-52 = ?
4) 1300:16-50 ? _
5) 1301:16-51 _ _
6) 1303:16-50 _ _
1) 1296:27-45 = <
2) 1297:27-45 = <
3) 1299:4-52 = ?
4) 1303:16-50 ? _
5) 1304:16-51 _ _
6) 1306:16-50 _ _

#1: assign

Expand Down
2 changes: 1 addition & 1 deletion Manual/Releases/v4_22_0.lean
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ open Manual
open Verso.Genre


#doc (Manual) "Lean 4.22.0-rc2 (2025-07-01)" =>
#doc (Manual) "Lean 4.22.0-rc3 (2025-07-04)" =>
%%%
tag := "release-v4.22.0"
file := "v4.22.0"
Expand Down
Binary file added elan-init
Binary file not shown.
6 changes: 3 additions & 3 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "24694c2fbed4d6ef1b5c2fc9c55ae805ef4e731c",
"rev": "ba2618bedf2f6a866e7ef84ad6f47bb43a439a42",
"name": "verso",
"manifestFile": "lake-manifest.json",
"inputRev": "nightly-testing",
"inputRev": "main",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/acmepjz/md4lean",
Expand All @@ -25,7 +25,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "ffe97dbb0002e15acd571649e93cecfb3d7c47d5",
"rev": "8d780d556de7ed7b1006805bcbc64959b8173e1d",
"name": "subverso",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ open Lake DSL
open System (FilePath)

require MD4Lean from git "https://github.com/acmepjz/md4lean"@"main"
require verso from git "https://github.com/leanprover/verso.git"@"nightly-testing"
require verso from git "https://github.com/leanprover/verso.git"@"main"

package "verso-manual" where
-- building the C code cost much more than the optimizations save
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.22.0-rc2
leanprover/lean4:v4.22.0-rc3