Files
rose-ash/lib
giles c8f9b8be06
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 40s
js-on-sx: arrays accept numeric-string property keys
JS arrays must treat string indices that look like numbers ("0",
"42") as the corresponding integer slot. js-get-prop and js-list-set!
only handled numeric key, falling through to undefined / no-op for
string keys. Added a (and (string-typed key) (numeric? key)) clause
that converts via js-string-to-number and recurses with the integer
key. built-ins/Array: 13/45 → 14/45. conformance.sh: 148/148.
2026-05-08 00:28:36 +00:00
..