code wiki / _hdl_build / nx_probe_multierr_live.nx
nx_probe_multierr_live.nx
buildroot/runtime/_hdl_build/nx_probe_multierr_live.nx
about
nx_probe_multierr_live.nx -- LIVE WITNESS for MULTI-ERROR RECOVERY (2026-08-05). One broken
build must report EVERY semantic error it can see, not just the first: rustc/Elm report all,
and a compiler that stops at error 1 charges the author one full rebuild per mistake.
REPRO: change me_one(1) to me_onex(1) AND me_two(2) to me_twox(2) and /api/build ->
BOTH 'call to undefined function' lines must appear (with carets), then:
nx_parse: 2 error(s) -- no output emitted
Kept VALID in-tree (compiler-root probe convention).
license_tier: ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 10 | func me_one(k: i64) -> i64 { return k + 1 } called by 1: main |
| 11 | func me_two(k: i64) -> i64 { return k + 2 } called by 1: main |
| 12 | func main(argc: i64, argv: *i64) -> i64 |