✗
Failing This test is currently failing.
Failed: backend-exec
Failure Output
error[KORU040]: unknown tor 'lib:kernel_init_1764247994'
--> /Users/larsde/src/koru/tests/regression/100_MODULE_SYSTEM/115_COMPTIME_MIRROR/115_005_kernel_init_in_module/lib.k:6:0
❌ Compiler coordination error: Unknown tor referenced
(set KORU_BACKEND_TRACE=1 for the backend return trace) Code
// MIRROR of 390_022_singleline_shape_bug: the `std/kernel:shape` + `kernel:init`
// declarations relocated into an imported module.
//
// This is the DECLARATION-position mirror shape — the transform is a top-level
// item of the module rather than the body of a tor, the same position
// `std/store:new` holds in 690_079's lib.k. kernel synthesizes an init tor and
// then calls it by a name minted from the declaring file, which is a different
// name from the one an importer resolves against.
import app/lib
app/lib:run()
Expected output
done
Flows
flow ~run click a branch to expand · @labels scroll to their anchor
run
Test Configuration
MUST_RUN