lean4-htt/src/Lean/Language
Sebastian Ullrich 752b53e936
feat: maxErrors option (#10262)
This PR adds a new option `maxErrors` that limits the number of errors
printed from a single `lean` run, defaulting to 100. Processing is
aborted when the limit is reached, but this is tracked only on a
per-command level.

Smaller values can be useful when making changes that break a lot of
files and would otherwise scroll the actual root failures out of the
terminal view.
2025-09-06 14:52:49 +00:00
..
Lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Basic.lean feat: maxErrors option (#10262) 2025-09-06 14:52:49 +00:00
Lean.lean feat: add a stop position field to the parser (#10043) 2025-08-23 18:29:51 +00:00
Util.lean fix: do not show progress bar for checking/compiling helper decls (#9786) 2025-08-14 14:46:38 +00:00