✗
Failing This test is currently failing.
Failed: backend-exec
Failure Output
error[KORU161]: std/store:watch(game): unknown store - no std/store:new(game) found
--> /Users/larsde/src/koru/tests/regression/100_MODULE_SYSTEM/115_COMPTIME_MIRROR/115_022_store_stripe_in_module/lib.k:6:0
error[KORU161]: std/store:stripe(game): unknown store, or a store shape without a stripe unit this rung (plural / {old,new}-mode stripe is a later slice)
--> /Users/larsde/src/koru/tests/regression/100_MODULE_SYSTEM/115_COMPTIME_MIRROR/115_022_store_stripe_in_module/lib.k:14:0 Code
// MIRROR of 690_014_store_stripe_scan_firing: `std/store:stripe` firing a
// watch across the corpus, inside an imported module.
//
// stripe runs the compiled standing rules once on demand rather than on a
// write, so it reaches the same synthesized write-subflow by a second route.
// A namespace that satisfies the write path but not the scan path shows up
// here and nowhere else.
import app/lib
app/lib:write() |> app/lib:fire()
Expected output
hp 5
hp 5
Flows
flow ~write click a branch to expand · @labels scroll to their anchor
write
Test Configuration
MUST_RUN