chore: remove temp bootstrap code (#13021)

This commit is contained in:
Sebastian Ullrich 2026-03-21 17:41:14 +01:00 committed by GitHub
parent 90b5e3185b
commit 98f5266407
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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