|
|
794553d81d
|
Add stdlib Random API and migrate tetris RNG
|
2026-03-19 01:30:35 +03:00 |
|
|
|
d9d7cafec8
|
+added console spport for lyngio
+added console support to lyng/jlyng CLI
+added unicode escapes
+created tetris console sample
|
2026-03-19 01:09:32 +03:00 |
|
|
|
1a080bc53e
|
added AI coding data for Lyng
|
2026-03-17 14:05:26 +03:00 |
|
|
|
a6492bb750
|
Add support for symbol inclusion via directive and refactor extern classes handling
|
2026-03-15 09:13:33 +03:00 |
|
|
|
d2a47d34a3
|
fixed extending extern classes (extension methods)
|
2026-03-15 05:35:29 +03:00 |
|
|
|
8e0442670d
|
extern generics classes fix, documentation on extern classes updated
|
2026-03-15 04:32:06 +03:00 |
|
|
|
74eb8ff082
|
proposal: extending kotlin bridging ABI for generic externs
|
2026-03-15 04:22:36 +03:00 |
|
|
|
2b13fe8053
|
Improve extern member diagnostics and cover extern generic class test
|
2026-03-15 04:09:24 +03:00 |
|
|
|
979e6ea9b7
|
Require explicit extern members in extern class/object and update docs
|
2026-03-15 03:27:50 +03:00 |
|
|
|
e447c778ed
|
fixed few bugs in compiler and plugin
|
2026-03-15 02:53:33 +03:00 |
|
|
|
37d093817e
|
added T is nullable support
|
2026-03-14 20:57:15 +03:00 |
|
|
|
c54d947f1c
|
indexer fix
|
2026-03-14 20:04:44 +03:00 |
|
|
|
8a32ffe655
|
bridge: add ScopeFacade receiver overloads for binder callbacks
|
2026-03-14 19:53:46 +03:00 |
|
|
|
65edf9fe67
|
Fix generic type checks and explicit type arg runtime binding
|
2026-03-14 19:18:09 +03:00 |
|
|
|
18394ce286
|
build/deploy optimizations
|
2026-03-13 00:03:50 +03:00 |
|
|
|
298c2a09fe
|
Add lyng.observable ObservableList hooks, flow events, and docs
|
2026-03-12 22:07:33 +03:00 |
|
|
|
a9da21e7a4
|
deploy improved/2
|
2026-03-12 21:21:10 +03:00 |
|
|
|
4581998ba3
|
deploy improved
|
2026-03-12 21:14:20 +03:00 |
|
|
|
62dc501657
|
fixed version
|
2026-03-12 21:10:24 +03:00 |
|
|
|
8b5e6ee993
|
Add immutable collections hierarchy with runtime/compiler/docs/tests
|
2026-03-12 21:07:56 +03:00 |
|
|
|
9417f8f0cc
|
Type-aware += checks for declared collection members; preserve field type metadata
|
2026-03-12 19:41:42 +03:00 |
|
|
|
c9021eb9cf
|
Make List/Set += and -= element-type aware
|
2026-03-12 19:13:17 +03:00 |
|
|
|
3bfb80a7c1
|
Improve Set handling with type-aware operations and enhance generic function parsing logic
|
2026-03-12 19:08:29 +03:00 |
|
|
|
32a7adf56e
|
more types tests and fixes
|
2026-03-09 12:32:37 +03:00 |
|
|
|
90e586b5d2
|
Enable smart-cast handling for expressions and add relevant tests.
|
2026-03-09 10:29:04 +03:00 |
|
|
|
f03006ce37
|
added tests of println override
|
2026-03-09 11:54:30 +03:00 |
|
|
|
1502a365bf
|
Add API for binding global functions and variables; implement tests and update embedding documentation.
|
2026-03-07 19:03:52 +03:00 |
|
|
|
d6a535590e
|
improved docs on embedding
|
2026-03-07 18:04:03 +03:00 |
|
|
|
c351e6ff1e
|
Add support for dynamic theme switching in highlight.js styles within Kotlin fenced code blocks
|
2026-03-07 17:08:20 +03:00 |
|
|
|
8e10540257
|
better processing of lyng.d. files
|
2026-02-23 15:06:05 +03:00 |
|
|
|
9f10786a94
|
small tweaks to remove warnings
|
2026-02-22 10:34:46 +03:00 |
|
|
|
274abaaf03
|
Refactor scope handling to improve slot synchronization, dynamic access, and module frame interactions; bump version to 1.5.1-SNAPSHOT.
|
2026-02-20 22:55:45 +03:00 |
|
|
|
51b0d1fdfc
|
dynamic tests moved to a right suite
|
2026-02-20 11:16:57 +03:00 |
|
|
|
c46f74bd7e
|
dynamic behavior fixed, publishing the snapshot
|
2026-02-20 11:15:35 +03:00 |
|
|
|
87ef1c38b8
|
Improve error handling and scope resolution in dynamic callbacks and bytecode execution, add new tests for dynamic behavior.
|
2026-02-20 10:15:01 +03:00 |
|
|
|
529f76489b
|
fixed bug in dynamic val/var compilation
|
2026-02-19 16:32:00 +03:00 |
|
|
|
6bf99d354b
|
Refactor scope handling and caching, improve dynamic access and tests, bump version to 1.5.1-SNAPSHOT
|
2026-02-19 16:17:35 +03:00 |
|
|
|
66d9a40bb1
|
better scopeFacade
|
2026-02-19 11:41:39 +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
|
2026-02-19 11:12:39 +03:00 |
|
|
|
e7c1adb2c5
|
Kotlin bride: object bindings added
|
2026-02-19 08:12:28 +03:00 |
|
|
|
45f3658742
|
better docs/AI instructions/readme
|
2026-02-19 01:06:08 +03:00 |
|
|
|
087143b022
|
Remove remaining JVM warnings
|
2026-02-18 21:39:01 +03:00 |
|
|
|
6d943c5e1e
|
Migrate Instant to kotlin.time
|
2026-02-18 21:13:21 +03:00 |
|
|
|
79a541b148
|
Clean up compiler warnings
|
2026-02-18 18:16:33 +03:00 |
|
|
|
64debf78bd
|
Fix MI Lynon serialization test
|
2026-02-18 12:14:09 +03:00 |
|
|
|
f0bcee407a
|
Enable pooled closure test; keep MI serialization ignored
|
2026-02-18 12:10:26 +03:00 |
|
|
|
5b15d85c14
|
Enable lynlib tests, drop legacy perf tests
|
2026-02-18 12:08:19 +03:00 |
|
|
|
28d3f8364c
|
fixed booktests
|
2026-02-18 10:14:09 +03:00 |
|
|
|
dc9885c218
|
fixed samples test
|
2026-02-18 09:17:12 +03:00 |
|
|
|
a0ecbfd334
|
Merge branch 'bytecode-spec'
|
2026-02-17 22:42:54 +03:00 |
|