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 errors must appear in full 5W+H voice (error at line N: I do not know the name ...,
caret, why the build stopped, closest defined name + quoted declaration, fix), then:
error: the build found 2 problem(s), listed above, and wrote no program.
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
| 11 | func me_one(k: i64) -> i64 { return k + 1 } called by 1: main |
| 12 | func me_two(k: i64) -> i64 { return k + 2 } called by 1: main |
| 13 | func main(argc: i64, argv: *i64) -> i64 |