code wiki / _hdl_build / nx_site_requirements_gate.nx

nx_site_requirements_gate.nx

buildroot/runtime/_hdl_build/nx_site_requirements_gate.nx

5531 B87 linesdepth 7pulls 15 transitivereach 0 importersview sourcekind gate/prooftopic site
docsdependenciesstructsconstsfunctions

about

nx_site_requirements_gate.nx -- referee for R5b (nx_site_requirements / the .req content compiler). Composes the SAME corpus-derived showcase twice in one process: (1) WITHOUT a brief -> the grid placeholder marker is PRESENT (N1 baseline, proves the mechanism does the work); (2) WITH the test.req brief loaded -> the brief's copy LANDS verbatim, the placeholder is GONE from the req'd section, non-req'd archetypes keep their defaults (fallback intact), and the ADA shell survives. GREEN iff 6/6. Wrapper pre-cleans /tmp/tplcorpus_req /tmp/factory_req1 /tmp/factory_req2. license_tier: ORIGINAL expect_exit: 0

dependencies 3 imports · 0 importers

nx_gate.nx nx_site_archetype.nx nx_gate_verdict.nx nx_site_requirements_gate.nx

imports: nx_gate.nxnx_site_archetype.nxnx_gate_verdict.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main ti_run ss_manifest_file sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ ss_cat ss_readall sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close ss_open ss_open2 ss_open3 sys_now_us sys_mmap ↻ sys_clock_gettime_mono sys_mmap ↻ ss_manifest_dyn ss_manifest_file_dyn ss3_admit ss3_ann sys_now_us ↻ ss3_streq ss3_docs_size ss3_load_range

structs

none

consts

none

functions

12func gr_slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
called by 1: gr_has
13func gr_has(hay: *u8, hn: i64, needle: *u8) -> i64
called by 1: main calls 1: gr_slen
21func gr_row(name: *u8, ok: i64) -> i64 { gw(" " as *u8); gw(name); if ok==1 { gw(" PASS\n" as *u8) } else { gw(" FAIL\n" as *u8) } return 0 }
called by 1: main calls 1: gw
23func main() -> i64