nx_fetchprobec.nx
buildroot/runtime/nx_fetchprobec.nx
about
nx_fetchprobec.nx -- BISECT: does importing nx_lib_search + store + openalex break the fetch path?
nx_feedfetch fetches https://phzmapi.org/97202.json fine on the SAME lib, while nx_libdata
returns -2 NX_FF_CONNECT on the identical URL from its FIRST iteration. Only difference is the
import closure. expect_exit: 0 license_tier: ORIGINAL
dependencies 7 imports · 0 importers
imports: nx_syscalls.nxnx_x509_trust_store.nxnx_trust_store_load_from_certdata.nxnx_https_fetch_follow.nxnx_store_seed_lib.nxnx_lib_openalex.nxnx_lib_search.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
| 12 | const K_MAGIC_4194304: i64 = 4194304 |
| 13 | const K_MAGIC_16777216: i64 = 16777216 |
functions
| 14 | func fp_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n }
called by 1: fp_puts |
| 15 | func fp_puts(s: *u8) -> i64 { sys_write(1, s, fp_len(s)); return 0 } |
| 16 | func fp_putn(v: i64) -> i64 { |
| 27 | func main() -> i64 { |