Skip to content

Commit

Permalink
chore: temporarily disable async in server (#6813)
Browse files Browse the repository at this point in the history
... pending an interruption bug fix and further testing
  • Loading branch information
Kha authored Jan 28, 2025
1 parent 6aa6407 commit e4364e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lean/Server/FileWorker.lean
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def setupImports (meta : DocumentMeta) (cmdlineOpts : Options) (chanOut : Std.Ch
let opts := cmdlineOpts.mergeBy (fun _ _ fileOpt => fileOpt) fileSetupResult.fileOptions

-- default to async elaboration; see also `Elab.async` docs
let opts := Elab.async.setIfNotSet opts true
--let opts := Elab.async.setIfNotSet opts true

return .ok {
mainModuleName
Expand Down

0 comments on commit e4364e7

Please sign in to comment.