383 Commits

Author SHA1 Message Date
be337144eb Enable tests and fix destructuring/prop setter parsing 2026-02-03 03:30:04 +03:00
824a58bbc5 Tighten compile-time slot resolution 2026-02-03 02:29:58 +03:00
523b9d338b Update compile-time resolution and tests 2026-02-03 02:07:29 +03:00
8f60a84e3b Fix loop scoping in bytecode and unignore ScriptTests 2026-01-30 23:46:25 +03:00
d363501081 Fix exception class lookup and add lazy delegate 2026-01-30 23:22:02 +03:00
ffb22d0875 Fix bytecode loop locals and class member resolution 2026-01-30 22:27:48 +03:00
2e9e0921bf Add cached builtin and unignore ScriptTest cached 2026-01-30 20:33:11 +03:00
f9c29e742a Add run builtin and unignore ScriptTest toString/getter 2026-01-30 20:26:53 +03:00
348052991c Unignore ScriptTest enums/elvis/join 2026-01-30 20:21:03 +03:00
0331ea22f7 Unignore ScriptTest sprintf/forin/return 2026-01-30 20:19:29 +03:00
f6b6395424 Unignore ScriptTest clamp/ops/spread 2026-01-30 20:17:25 +03:00
2622fde41b Unignore ScriptTest args/locals 2026-01-30 20:14:45 +03:00
55470795f0 Unignore ScriptTest exceptions/map/method 2026-01-30 20:13:29 +03:00
eb6facd58d Unignore ScriptTest namedargs/exceptions/todo 2026-01-30 20:09:33 +03:00
7c60f02868 Unignore ScriptTest enum/splat/pos 2026-01-30 20:07:01 +03:00
eb869dc112 Unignore ScriptTest string/logical/println 2026-01-30 20:03:19 +03:00
c5dbf6ad51 Unignore ScriptTest json deserialization 2026-01-30 20:02:13 +03:00
55b2162fa3 Unignore ScriptTest json/null/instance/vals 2026-01-30 20:01:06 +03:00
a29acb6000 Unignore ScriptTest json/map/comments 2026-01-30 19:59:58 +03:00
cf3ca342f4 Unignore ScriptTest iterable/minmax/inline 2026-01-30 19:58:49 +03:00
431faa9262 Unignore ScriptTest regex/extension/source/range 2026-01-30 19:57:38 +03:00
29aa490748 Unignore ScriptTest list/sort/binarySearch 2026-01-30 19:55:34 +03:00
84554ab7c6 Unignore ScriptTest batch and keep bytecode updates 2026-01-30 19:47:52 +03:00
64fa305aa7 Fix apply/inc-dec handling and re-enable more ScriptTests 2026-01-30 18:19:55 +03:00
eaa5713eaf Re-enable more ScriptTest cases 2026-01-30 17:44:31 +03:00
615dc026f7 Fix apply captures, class forward refs, and when bytecode 2026-01-30 17:41:04 +03:00
4b66454bf3 Handle labeled break and catch locals in ScriptTest 2026-01-30 17:03:51 +03:00
d6e1e74b48 Fix do-while scoping and module pseudo-symbol 2026-01-30 16:48:21 +03:00
3210205061 Re-enable more ScriptTest cases 2026-01-30 16:32:35 +03:00
4c966eb63e Re-enable additional ScriptTest cases 2026-01-30 16:24:01 +03:00
68122df6d7 Fix implicit extension calls and apply scope captures 2026-01-30 16:20:55 +03:00
ecf64dcbc3 Fix block capture sync for bytecode locals 2026-01-30 15:39:03 +03:00
89cf2c1612 Fix module scope resolution in cmd runtime 2026-01-30 14:00:02 +03:00
9319add9c0 Reenable ScriptTest list, loop, and range cases 2026-01-30 13:21:21 +03:00
a266df6035 Seed Scope.eval symbols and reenable script tests 2026-01-30 12:56:37 +03:00
df48a06311 Fix while bytecode scoping and arithmetic fallback 2026-01-30 11:11:43 +03:00
9bc59f4787 Enable comparison and init ScriptTests 2026-01-30 10:24:46 +03:00
e16f054010 Enable ScriptTest arithmetic and string ops 2026-01-30 10:23:20 +03:00
72a060d42f Enable basic ScriptTest eval cases 2026-01-30 10:21:58 +03:00
bca5912942 Enable parser checks in ScriptTest 2026-01-30 10:17:57 +03:00
b5f20e1650 Enable 4 ScriptTest cases 2026-01-30 10:16:51 +03:00
40b6ec023c Enable 4 ScriptTest cases and fix __PACKAGE__ resolution 2026-01-30 10:15:27 +03:00
e2d359f7a7 Re-enable param type inference miniast test 2026-01-30 09:54:16 +03:00
e4d0730b04 Fix module slot localization and restore 4 tests 2026-01-30 09:52:44 +03:00
20b8464591 Fix closure locals for tail blocks; unignore stdlib tests 2026-01-29 10:31:27 +03:00
d8e18e4a0c Fix bytecode name lookup; unignore more stdlib tests 2026-01-29 09:57:29 +03:00
e346e7e56e Add iterator cancellation for bytecode for-in loops 2026-01-29 06:47:27 +03:00
0e069382a2 Re-enable ScriptTest concurrency and delegation cases 2026-01-29 04:15:35 +03:00
ac8277d374 Re-enable ScriptTest when sample and for-in bytecode checks 2026-01-29 04:13:19 +03:00
e143f31f3d Add bytecode support for when statements 2026-01-29 04:11:27 +03:00