• Joined on 2024-04-09
giles pushed to loops/js at coop/rose-ash 2026-05-10 14:52:50 +00:00
9d364a0c20 js-on-sx: user function prototype chain links Object.prototype + sets constructor
giles pushed to loops/js at coop/rose-ash 2026-05-10 14:15:57 +00:00
dfb660073e js-on-sx: ASI rejects postfix ++/-- after LineTerminator
giles pushed to loops/js at coop/rose-ash 2026-05-10 13:43:51 +00:00
7f5b77415f js-on-sx: SyntaxError on let/const/function/class as single-stmt body of if/while/for/labeled
giles pushed to loops/js at coop/rose-ash 2026-05-10 13:07:46 +00:00
29a3fb4bc2 js-on-sx: parse-time SyntaxError on illegal break/continue/return; void evaluates expr
giles pushed to loops/js at coop/rose-ash 2026-05-10 12:32:16 +00:00
019a0c6105 js-on-sx: Math.hypot and Math.cbrt honour NaN/Infinity/+-0 edges
giles pushed to loops/js at coop/rose-ash 2026-05-10 12:01:16 +00:00
1e29bba1be js-on-sx: globalThis self-ref, toFixed range + 1e21 fallback
giles pushed to loops/js at coop/rose-ash 2026-05-10 11:20:29 +00:00
0142d69212 js-on-sx: delete <ident> returns false per non-strict spec
giles pushed to loops/js at coop/rose-ash 2026-05-10 10:47:58 +00:00
e93e1eeab1 js-on-sx: reject unary-op directly before ** per spec (parens still allowed)
giles pushed to loops/js at coop/rose-ash 2026-05-10 10:17:13 +00:00
551c24c5a0 js-on-sx: Math.round/max/min spec edges (NaN, +/-Infinity, +/-0)
giles pushed to loops/js at coop/rose-ash 2026-05-10 09:31:54 +00:00
85414df868 js-on-sx: Map/Set prototype methods throw TypeError on non-Map/Set this
giles pushed to loops/js at coop/rose-ash 2026-05-10 09:03:43 +00:00
237ea5ce84 js-on-sx: Date.UTC and new Date propagate NaN/Infinity args
giles pushed to loops/js at coop/rose-ash 2026-05-10 08:33:24 +00:00
df4aa8eb0a js-on-sx: real Date construction + getters via Howard-Hinnant civil arithmetic
giles pushed to loops/js at coop/rose-ash 2026-05-10 07:39:42 +00:00
5bb65d8315 js-on-sx: Date.prototype.toISOString proper YMDhms format + Type/RangeError gates
giles pushed to loops/ocaml at coop/rose-ash 2026-05-10 07:06:31 +00:00
bed374c9e1 ocaml: phase 5.1 tarjan_scc.ml baseline (8-node digraph, 4 SCCs)
giles pushed to loops/js at coop/rose-ash 2026-05-10 07:04:19 +00:00
fb8bb9f105 js-on-sx: JSON.stringify replacer (fn+array), space, toJSON
giles pushed to loops/ocaml at coop/rose-ash 2026-05-10 06:53:43 +00:00
b4571f0f9f ocaml: phase 5.1 lev_iter.ml baseline (sum of 5 edit distances = 16)
giles pushed to loops/ocaml at coop/rose-ash 2026-05-10 06:43:48 +00:00
0ef26b20f3 ocaml: phase 5.1 binary_heap.ml baseline (min-heap sort 9 vals -> 123456789)
giles pushed to loops/ocaml at coop/rose-ash 2026-05-10 06:34:14 +00:00
19d0ef0f38 ocaml: phase 5.1 rolling_hash.ml baseline (Rabin-Karp, 6 "abc" matches)
giles pushed to loops/js at coop/rose-ash 2026-05-10 06:32:13 +00:00
769559bae7 js-on-sx: JSON.parse raises SyntaxError, rejects trailing content + control chars
giles pushed to loops/ocaml at coop/rose-ash 2026-05-10 06:21:08 +00:00
1dd350d592 ocaml: phase 5.1 huffman.ml baseline (Huffman tree WPL = 224)