code wiki / _hdl_build / nx_probe_dym_live.nx

nx_probe_dym_live.nx

buildroot/runtime/_hdl_build/nx_probe_dym_live.nx

869 B17 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind probetopic probe
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_probe_dym_live.nx

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

main dym_helper sys_exit

structs

none

consts

none

functions

12func dym_helper(k: i64) -> i64 { return k + 1 }
called by 1: main
13func main(argc: i64, argv: *i64) -> i64