Files
rose-ash/plans
giles 16f7a14506
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 23s
js-on-sx: bail out of array set/length at 2^32-1 instead of padding
arr[4294967295] = 'x' and arr.length = 4294967295 were padding
the SX list with js-undefined for ~4 billion entries — instant
timeout. Per ES spec, indices >= 2^32-1 aren't array indices
anyway (regular properties, which we can't store on lists).
Added (>= i 4294967295) bail clauses to js-list-set! and the
length setter.
built-ins/Array: 21/45 → 23/45 (5 timeouts → 2).
conformance.sh: 148/148.
2026-05-08 05:31:50 +00:00
..
2026-04-24 07:08:02 +00:00