chore: remove temp bootstrap code (#13021)
This commit is contained in:
parent
90b5e3185b
commit
98f5266407
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ private unsafe def runInitAttrs (env : Environment) (opts : Options) : IO Unit :
|
|||
-- libraries with their corresponding module in the Environment) must
|
||||
-- first be initialized
|
||||
let pkg? := env.getModulePackageByIdx? modIdx
|
||||
if env.header.isModule && /- TODO: remove after reboostrap -/ false then
|
||||
if env.header.isModule then
|
||||
let initializedRuntime ← pure initRuntime <&&> runModInit (phases := .runtime) mod.module pkg?
|
||||
let initializedComptime ← runModInit (phases := .comptime) mod.module pkg?
|
||||
if initializedRuntime || initializedComptime then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue