Skip to content

Commit

Permalink
fix: restore default of stderrAsMessages (#3733)
Browse files Browse the repository at this point in the history
Puts trace.compiler back in the info view. Apparently an unintended
change in #3014.
  • Loading branch information
Kha authored Mar 21, 2024
1 parent 31767aa commit 085d019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lean/Language/Lean.lean
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private def pushOpt (a? : Option α) (as : Array α) : Array α :=

/-- Option for capturing output to stderr during elaboration. -/
register_builtin_option stderrAsMessages : Bool := {
defValue := false
defValue := true
group := "server"
descr := "(server) capture output to the Lean stderr channel (such as from `dbg_trace`) during elaboration of a command as a diagnostic message"
}
Expand Down

0 comments on commit 085d019

Please sign in to comment.