code wiki / _hdl_build / _inet_naive_probe.nx

_inet_naive_probe.nx

buildroot/runtime/_hdl_build/_inet_naive_probe.nx

518 B7 linesdepth 6pulls 13 transitivereach 0 importersview sourcekind probetopic inet
docsdependenciesstructsconstsfunctions

about

_inet_naive_probe.nx -- the BUILDER's NAIVE first attempt at a sovereign inet fetch: compose the convenient resolver wrapper nx_dns_io_resolve_a with nx_browse_text. This is what the team reaches for first. It is EXPECTED TO FAIL the build (nx_dns_io is x86_64-pinned: imports nx_syscalls_x86_64 + nx_udp; nx_browse_text imports nx_syscalls -> duplicate syscall symbols). Capturing that failure IS the team raising its hand.

dependencies 2 imports · 0 importers

nx_dns_io.nx nx_browse_text.nx _inet_naive_probe.nx

imports: nx_dns_io.nxnx_browse_text.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

7func main() -> i64 { return 0 }