Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych pushed to bytecode-spec at SergeychWorks/lyng 2026-01-29 02:36:31 +03:00
54d882ce89 Enable CmdVm, map literal, and jvm misc tests
3250e5e556 Enable MiniAst inference tests and map literal eval
1eb8793e35 Enable binding/miniast tests and support decl bytecode eval
5d5453d994 Unignore types and scope pooling tests
297810154f Unignore return and scope cycle tests
Compare 27 commits »
sergeych pushed to bytecode-spec at SergeychWorks/lyng 2026-01-26 03:57:20 +03:00
059e366787 Add bytecode slot metadata and compile-time mutability
sergeych pushed to bytecode-spec at SergeychWorks/lyng 2026-01-25 23:42:30 +03:00
b4598bff98 Add object comparison opcodes to bytecode
fd1548c86c Add object equality and reference ops to bytecode
9c56cf751b Expand bytecode expression support for mixed ops
8ae6eb8d69 Add short-circuit ops in bytecode compiler and VM
3d9170d677 Expand bytecode expression support and add disassembler
Compare 10 commits »
sergeych created branch bytecode-spec in SergeychWorks/lyng 2026-01-25 23:42:30 +03:00
sergeych pushed to master at SergeychWorks/lyng 2026-01-25 13:01:58 +03:00
b674ee7c18 Fix implicit member resolution for fields
a4f41f17bf Fix ctor param reassignment regression
96947aac50 Add benchmark notes
98d6ffe998 Optimize int range loops and add benchmark gating
Compare 4 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-01-25 03:14:57 +03:00
74d73540c6 Optimize member access via slots
9b580bafb6 avoid suspend lambdas in var declaration statements
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-01-24 19:04:05 +03:00
062f9e7866 fix wasmJs suspend-lambda generation and add agent guidance
717a79aca2 wasm generation bug workaround, docs and debugging tips
Compare 2 commits »
sergeych pushed to fix_broken_wasmJs at SergeychWorks/lyng 2026-01-24 18:10:57 +03:00
aec4a3766e wasm generation bug workaround, docs and debugging tips
sergeych created branch fix_broken_wasmJs in SergeychWorks/lyng 2026-01-24 18:10:57 +03:00
sergeych pushed to kotlin_compiler_bug_wasmJs at SergeychWorks/lyng 2026-01-21 21:57:10 +03:00
e196bc3012 but in kotlin wasmJS compiler: try wasmJs tests on node or browser, it fails.
sergeych pushed to kotlin_compiler_bug_wasmJs at SergeychWorks/lyng 2026-01-21 21:52:35 +03:00
sergeych created branch kotlin_compiler_bug_wasmJs in SergeychWorks/lyng 2026-01-21 21:52:35 +03:00
f9ae00b7f4 heroic attempt to fix kotlin 3.2.0 wasmJS compiler
sergeych created branch heroic_attempt_to_avoid_kotlin_bug_wasmJs in SergeychWorks/lyng 2026-01-21 21:50:16 +03:00
sergeych pushed to master at SergeychWorks/lyng 2026-01-18 20:35:18 +03:00
7b1ba71ef0 rename testToJsonString and add new test for @Transient serialization
sergeych pushed to master at SergeychWorks/lyng 2026-01-18 20:28:19 +03:00
8b94432f66 fixed samples: wrong ?? operator to supported elvis ?:
338dc00573 better homepage samples
d0230c5b89 + Intstant.truncateToMinute()
Compare 3 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-01-18 07:18:58 +03:00
5dc2159024 added clamp function and extensions, fixed bug in range coloring
sergeych pushed to master at SergeychWorks/lyng 2026-01-17 07:34:27 +03:00
0759346e4b plugin and formatter improvements
sergeych pushed to master at SergeychWorks/lyng 2026-01-16 20:44:05 +03:00
f848d79d39 more OO tests
sergeych pushed to master at SergeychWorks/lyng 2026-01-16 09:07:22 +03:00
52a3a96e3f + DateTime