Files
rose-ash/lib
giles 47e68454ad
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 48s
js-on-sx: String(arr) honours Array.prototype.toString overrides
Was always emitting comma-joined via js-list-join, so user
mutations of Array.prototype.toString had no effect on String(arr)
/ "" + arr. Now look up the override via js-dict-get-walk and call
it on the list as this; fall back to (js-list-join v ",") when the
override doesn't return a string.
String fail count: 11 → 9. conformance.sh: 148/148.
2026-05-08 14:46:35 +00:00
..