Skip to content

Commit 0ccaae6

Browse files
chore: bump to nightly-2026-05-06 (#845)
1 parent 046ab94 commit 0ccaae6

4 files changed

Lines changed: 21 additions & 20 deletions

File tree

Manual/BasicTypes/UInt.lean

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,15 @@ This is not equivalent to C's `sizeof` operator, which instead determines how ma
198198
{docstring Int64.ofInt}
199199

200200

201-
{docstring ISize.ofIntTruncate}
201+
{docstring ISize.ofIntClamp}
202202

203-
{docstring Int8.ofIntTruncate}
203+
{docstring Int8.ofIntClamp}
204204

205-
{docstring Int16.ofIntTruncate}
205+
{docstring Int16.ofIntClamp}
206206

207-
{docstring Int32.ofIntTruncate}
207+
{docstring Int32.ofIntClamp}
208208

209-
{docstring Int64.ofIntTruncate}
209+
{docstring Int64.ofIntClamp}
210210

211211

212212
{docstring ISize.ofIntLE}
@@ -254,15 +254,15 @@ This is not equivalent to C's `sizeof` operator, which instead determines how ma
254254

255255
{docstring UInt64.ofNatLT}
256256

257-
{docstring USize.ofNatTruncate}
257+
{docstring USize.ofNatClamp}
258258

259-
{docstring UInt8.ofNatTruncate}
259+
{docstring UInt8.ofNatClamp}
260260

261-
{docstring UInt16.ofNatTruncate}
261+
{docstring UInt16.ofNatClamp}
262262

263-
{docstring UInt32.ofNatTruncate}
263+
{docstring UInt32.ofNatClamp}
264264

265-
{docstring UInt64.ofNatTruncate}
265+
{docstring UInt64.ofNatClamp}
266266

267267
{docstring USize.toNat}
268268

Manual/BuildTools/Lake/CLI.lean

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ USAGE:
856856
By default, runs the package's configured lint driver. If `builtinLint` is
857857
set to `true` in the package configuration, builtin lints also run.
858858

859-
Builtin linting (`--builtin-lint`, `--builtin-only`, `--clippy`, `--lint-all`,
859+
Builtin linting (`--builtin-lint`, `--builtin-only`, `--extra`, `--lint-all`,
860860
`--lint-only`, or `builtinLint = true` in the package configuration) drives a
861861
build of the targeted modules with the requested linter options enabled.
862862
The lint driver path on its own does not trigger a build.
@@ -869,8 +869,9 @@ with `lintDriverArgs` from the package config plus any arguments after
869869
OPTIONS:
870870
--builtin-lint run builtin environment and text linters
871871
--builtin-only run only builtin linters, skip the lint driver
872-
--clippy run only non-default (clippy) builtin linters
873-
--lint-all run all registered linters, including defaults, clippy,
872+
--extra run default builtin linters together with the
873+
non-default (extra) ones
874+
--lint-all run all registered linters, including defaults, extras,
874875
and any other disabled-by-default linters
875876
--lint-only <name> run only the specified linter (repeatable)
876877

@@ -899,7 +900,7 @@ A script lint driver will be run with the package configuration's
899900
`lintDriverArgs` plus the CLI `args`. An executable lint driver will be
900901
built and then run like a script.
901902

902-
The builtin linters are a set of linters that can run as part of a build. Some of them are run by default; these linters are run when `--builtin-lint` is specified. Other linters are {deftech}_clippy_ linters; these linters are run only when `--clippy` is specified.
903+
The builtin linters are a set of linters that can run as part of a build. Some of them are run by default; these linters are run when `--builtin-lint` is specified. Other linters are extra linters; these linters are run only when `--extra` is specified.
903904

904905
The {lakeMeta}`options` may be:
905906

@@ -911,13 +912,13 @@ The {lakeMeta}`options` may be:
911912

912913
Run only default builtin linters, skip the lint driver
913914

914-
: `--clippy`
915+
: `--extra`
915916

916-
Run only non-default (clippy) builtin linters
917+
Run only non-default (extra) builtin linters
917918

918919
: `--lint-all`
919920

920-
Run all registered linters, including defaults, clippy,
921+
Run all registered linters, including defaults, extra,
921922
and any other disabled-by-default linters
922923

923924
: `--lint-only` `<name>`

lake-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "83a07ade5228bad7db459752365bc10e386aa4b4",
8+
"rev": "9e09309734ee42169a74d416637b89387d7281b2",
99
"name": "verso",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "nightly-testing",
@@ -15,7 +15,7 @@
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "",
18-
"rev": "3fa35e950da39bb594dedb0208d438d512d3aaa1",
18+
"rev": "f019dfb95839acca9867bd0b965be8632c1aa935",
1919
"name": "illuminate",
2020
"manifestFile": "lake-manifest.json",
2121
"inputRev": "main",

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:nightly-2026-05-01
1+
leanprover/lean4:nightly-2026-05-06

0 commit comments

Comments
 (0)