✗
Failing This test is currently failing.
Failed: backend-exec
Failure Output
error[KORU161]: std/store:sweep requires a store name: sweep(name)
--> /Users/larsde/src/koru/tests/regression/100_MODULE_SYSTEM/115_COMPTIME_MIRROR/115_020_store_sweep_in_module/lib.k:17:0 Code
// MIRROR of 690_069_store_sweep_row_ordinal: `std/store:sweep` with the
// reserved `row` ordinal, relocated into an imported module.
//
// sweep is the render-bridge shape — a layout cursor over a module's own rows.
// One exported tor per seeding insert because the original writes three
// sequential top-level statements and a subflow body is a single flow; chaining
// inserts with `|>` is a form the corpus never writes, so it is not invented
// here.
import app/lib
app/lib:seed-a() |> app/lib:seed-b() |> app/lib:seed-c() |> app/lib:draw()
Expected output
row 0 = 10
row 1 = 20
row 2 = 30
Flows
flow ~seed-a click a branch to expand · @labels scroll to their anchor
seed-a
Test Configuration
MUST_RUN