Skip to content

Commit

Permalink
chore: update stage0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuisi committed Nov 7, 2024
1 parent 7cd6fbd commit e0d72c6
Show file tree
Hide file tree
Showing 59 changed files with 60,558 additions and 52,665 deletions.
2 changes: 1 addition & 1 deletion stage0/src/CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions stage0/src/stdlib_flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ options get_default_options() {
// see https://lean-lang.org/lean4/doc/dev/bootstrap.html#further-bootstrapping-complications
#if LEAN_IS_STAGE0 == 1
// switch to `true` for ABI-breaking changes affecting meta code
opts = opts.update({"interpreter", "prefer_native"}, true);
opts = opts.update({"interpreter", "prefer_native"}, false);
// switch to `true` for changing built-in parsers used in quotations
opts = opts.update({"internal", "parseQuotWithCurrentStage"}, true);
opts = opts.update({"internal", "parseQuotWithCurrentStage"}, false);
// toggling `parseQuotWithCurrentStage` may also require toggling the following option if macros/syntax
// with custom precheck hooks were affected
opts = opts.update({"quotPrecheck"}, true);
Expand Down
6 changes: 5 additions & 1 deletion stage0/stdlib/Init/Data/Array/Lemmas.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

286 changes: 285 additions & 1 deletion stage0/stdlib/Init/Data/Fin/Fold.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e0d72c6

Please sign in to comment.