code wiki / _hdl_build / nx_probe_dym_live.nx
nx_probe_dym_live.nx
buildroot/runtime/_hdl_build/nx_probe_dym_live.nx
about
nx_probe_dym_live.nx -- LIVE WITNESS for DID-YOU-MEAN (2026-08-05). A misspelled call must be
refused WITH the nearest defined name, rustc/Elm-style, and with a line number (our own bar:
a check that cannot say WHERE is a worse check).
REPRO: change dym_helper(1) to dym_helpr(1) and /api/build ->
nx_parse: line N: call to undefined function 'dym_helpr' -- did you mean 'dym_helper'?
(source line + caret, then the DECLARATION ITSELF, quoted -- v2 bar, no shorthand:)
note: 'dym_helper' is declared at line M:
func dym_helper(k: i64) -> i64 { return k + 1 }
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
| 12 | func dym_helper(k: i64) -> i64 { return k + 1 } called by 1: main |
| 13 | func main(argc: i64, argv: *i64) -> i64 |