✓
Passing This code compiles and runs correctly.
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()
Actual
hp 5
hp 5
Expected output
hp 5
hp 5
Flows
flow ~write click a branch to expand · @labels scroll to their anchor
write
Test Configuration
MUST_RUN