✗
Failing This test is currently failing.
Failed: backend-exec
Error Details
output_emitted.zig:67:41: error: capture '__koru_item' shadows capture from outer scope
Failure Output
🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:67:41: error: capture '__koru_item' shadows capture from outer scope
for (0..(1000000 - p * p) / p + 1) |__koru_item| {
^~~~~~~~~~~
output_emitted.zig:61:20: note: previous declaration here
for (2..1001) |__koru_item| {
^~~~~~~~~~~ Code
// MIRROR of 2106_prime_sieve_bitfield: the `std/field:new` sieve relocated into
// an imported module.
//
// `field` appends one declaration, which put it in the synthesizing class
// alongside store, regex, kernel and parser — but unlike those four it was never
// probed across a boundary, so which side of the line it falls on is what this
// pins. A capture-shadowing symptom seen elsewhere in field was never tied to
// module placement either way.
import app/lib
app/lib:run()
Expected output
78498
Flows
flow ~run click a branch to expand · @labels scroll to their anchor
run
Test Configuration
MUST_RUN