chore: temporarily disable Elab.async in the server (#7254)
...pending further testing of #7241 post-release
This commit is contained in:
parent
727c696d9f
commit
87e8da5230
1 changed files with 2 additions and 1 deletions
|
|
@ -390,7 +390,8 @@ 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
|
||||
-- (temporarily disabled pending #7241)
|
||||
--let opts := Elab.async.setIfNotSet opts true
|
||||
|
||||
return .ok {
|
||||
mainModuleName
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue