573 Commits

Author SHA1 Message Date
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
91624a30b8 Re-enable ScriptTest regex and while break cases 2026-01-29 04:03:08 +03:00
55e06f04b2 Re-enable ScriptTest do/while and scoping cases 2026-01-29 04:00:31 +03:00
a8f9ddb60c Re-enable ScriptTest search and stacktrace cases 2026-01-29 03:58:47 +03:00
7f7cf0d904 Re-enable ScriptTest misc utility cases 2026-01-29 03:56:54 +03:00
104fd6b517 Re-enable ScriptTest exception cases 2026-01-29 03:54:35 +03:00
6c36314ed8 Re-enable more ScriptTest stdlib cases 2026-01-29 03:52:35 +03:00
8cec5cf7ec Re-enable ScriptTest apply/sum cases 2026-01-29 03:50:40 +03:00
6a0f6b3db5 Re-enable ScriptTest call-ellipsis and loop label cases 2026-01-29 03:48:27 +03:00
079bdb44a6 Re-enable ScriptTest lambda and while cases 2026-01-29 03:46:55 +03:00
238c2177b6 Re-enable range-related ScriptTest cases 2026-01-29 03:45:04 +03:00
212a3a5b3f Re-enable ScriptTest open range cases 2026-01-29 03:42:24 +03:00
a73c118c77 Add bytecode MAKE_RANGE and re-enable open range tests 2026-01-29 03:40:40 +03:00
eaee738dee Bytecode index inc/dec for ScriptTest cases 2026-01-29 03:33:31 +03:00
8407dbe880 Re-enable ScriptTest inc/dec cases 2026-01-29 03:28:08 +03:00
79de950fcc Temporarily ignore failing ScriptTest cases 2026-01-29 03:25:40 +03:00
c7e2455340 Enable stdlib/lynon tests and add try wrapper 2026-01-29 03:13:15 +03:00
f788f79d4b Enable more tests and narrow ignores 2026-01-29 03:02:26 +03:00
f2b99fe23b Update JVM subset test ignores 2026-01-29 02:51:18 +03:00
e2a8de97f5 Enable more bytecode-ready tests 2026-01-29 02:48:55 +03:00
70d05f7987 Enable props/ops/object tests and improve unary/incdec 2026-01-29 02:44:20 +03:00
54d882ce89 Enable CmdVm, map literal, and jvm misc tests 2026-01-29 02:35:49 +03:00
3250e5e556 Enable MiniAst inference tests and map literal eval 2026-01-29 02:34:34 +03:00
1eb8793e35 Enable binding/miniast tests and support decl bytecode eval 2026-01-28 23:22:31 +03:00
5d5453d994 Unignore types and scope pooling tests 2026-01-28 23:06:53 +03:00
297810154f Unignore return and scope cycle tests 2026-01-28 23:05:33 +03:00
f22efaab19 Unignore bitwise and val reassign tests 2026-01-28 23:03:53 +03:00
b9d3af56bb Add bytecode regression tests for recent ops 2026-01-28 22:56:02 +03:00
ac5d1fa65a Avoid double-eval in optional compound assigns 2026-01-28 22:48:26 +03:00
2c2468b672 Bytecode compound assign for implicit this member 2026-01-28 22:44:15 +03:00