Skip to content

Commit

Permalink
chore: default compiler.enableNew to false until development restar…
Browse files Browse the repository at this point in the history
…ts (#3034)
  • Loading branch information
Kha authored Dec 21, 2023
1 parent 8d04ac1 commit bddb215
Show file tree
Hide file tree
Showing 72 changed files with 45,366 additions and 38,598 deletions.
2 changes: 1 addition & 1 deletion src/Lean/CoreM.lean
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ private def checkUnsupported [Monad m] [MonadEnv m] [MonadError m] (decl : Decla
| _ => pure ()

register_builtin_option compiler.enableNew : Bool := {
defValue := true
defValue := false
group := "compiler"
descr := "(compiler) enable the new code generator, this should have no significant effect on your code but it does help to test the new code generator; unset to only use the old code generator instead"
}
Expand Down
28 changes: 14 additions & 14 deletions stage0/stdlib/Init/Conv.c

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

648 changes: 324 additions & 324 deletions stage0/stdlib/Init/NotationExtra.c

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions stage0/stdlib/Init/Tactics.c

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

2 changes: 1 addition & 1 deletion stage0/stdlib/Lean/CoreM.c

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

Loading

0 comments on commit bddb215

Please sign in to comment.