Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych pushed to master at SergeychWorks/lyng 2026-03-12 23:50:26 +03:00
298c2a09fe Add lyng.observable ObservableList hooks, flow events, and docs
sergeych pushed to master at SergeychWorks/lyng 2026-03-12 21:21:22 +03:00
a9da21e7a4 deploy improved/2
sergeych pushed to master at SergeychWorks/lyng 2026-03-12 21:14:31 +03:00
4581998ba3 deploy improved
sergeych pushed to master at SergeychWorks/lyng 2026-03-12 21:10:38 +03:00
62dc501657 fixed version
8b5e6ee993 Add immutable collections hierarchy with runtime/compiler/docs/tests
9417f8f0cc Type-aware += checks for declared collection members; preserve field type metadata
c9021eb9cf Make List/Set += and -= element-type aware
3bfb80a7c1 Improve Set handling with type-aware operations and enhance generic function parsing logic
Compare 6 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-03-09 10:29:18 +03:00
90e586b5d2 Enable smart-cast handling for expressions and add relevant tests.
sergeych pushed to master at SergeychWorks/lyng 2026-03-09 08:54:04 +03:00
f03006ce37 added tests of println override
sergeych pushed to master at SergeychWorks/lyng 2026-03-07 19:04:08 +03:00
1502a365bf Add API for binding global functions and variables; implement tests and update embedding documentation.
sergeych pushed to master at SergeychWorks/lyng 2026-03-07 18:04:18 +03:00
d6a535590e improved docs on embedding
sergeych pushed to master at SergeychWorks/lyng 2026-03-07 17:08:34 +03:00
c351e6ff1e Add support for dynamic theme switching in highlight.js styles within Kotlin fenced code blocks
sergeych pushed to master at SergeychWorks/lyng 2026-02-23 15:06:26 +03:00
8e10540257 better processing of lyng.d. files
9f10786a94 small tweaks to remove warnings
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-02-20 22:56:02 +03:00
274abaaf03 Refactor scope handling to improve slot synchronization, dynamic access, and module frame interactions; bump version to 1.5.1-SNAPSHOT.
sergeych pushed to master at SergeychWorks/lyng 2026-02-20 11:17:11 +03:00
51b0d1fdfc dynamic tests moved to a right suite
sergeych pushed to master at SergeychWorks/lyng 2026-02-20 11:15:50 +03:00
c46f74bd7e dynamic behavior fixed, publishing the snapshot
sergeych pushed to master at SergeychWorks/lyng 2026-02-20 11:09:14 +03:00
87ef1c38b8 Improve error handling and scope resolution in dynamic callbacks and bytecode execution, add new tests for dynamic behavior.
529f76489b fixed bug in dynamic val/var compilation
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-02-19 16:17:52 +03:00
6bf99d354b Refactor scope handling and caching, improve dynamic access and tests, bump version to 1.5.1-SNAPSHOT
sergeych pushed to master at SergeychWorks/lyng 2026-02-19 11:41:55 +03:00
66d9a40bb1 better scopeFacade
sergeych pushed to master at SergeychWorks/lyng 2026-02-19 11:12:57 +03:00
d82302dd01 Add support for variadic function types and ellipsis in type declarations, stricter lamda types compile-time checks and object binding for Kotlin bridges
sergeych pushed to master at SergeychWorks/lyng 2026-02-19 08:12:43 +03:00
e7c1adb2c5 Kotlin bride: object bindings added
sergeych pushed to master at SergeychWorks/lyng 2026-02-19 01:06:22 +03:00
45f3658742 better docs/AI instructions/readme
sergeych pushed to master at SergeychWorks/lyng 2026-02-18 21:42:15 +03:00
087143b022 Remove remaining JVM warnings