Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych pushed to master at SergeychWorks/lyng 2026-04-06 20:04:10 +03:00
83099148bd index return value inference fixed
1fca2b112f Fix parsing of generic extension functions
35628c8453 Support extensions on singleton objects
Compare 3 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-04-06 11:09:25 +03:00
671583638b v1.5.5-SNAPSHOT started. compile if support
sergeych pushed to master at SergeychWorks/lyng 2026-04-05 06:34:40 +03:00
214f1aec9e v1.5.4 release
sergeych pushed to master at SergeychWorks/lyng 2026-04-05 06:13:01 +03:00
657c0c5d18 optimize VM: removed cmd.isFast
sergeych pushed to master at SergeychWorks/lyng 2026-04-04 10:35:19 +03:00
90718c3c17 optimize VM
d8454a11fc optimize arithmetics
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-04-03 23:42:52 +03:00
161f3f74e2 fixed disabled concurrency in CLI
1cead7822a Prepare 1.5.4 release defaults and metadata
064b927b1a Stabilize pi benchmark optimizations for release
a7ab0d3905 added static List.fill(size) { ... }
f1003f5b95 Add descending ranges and for-loop support
Compare 5 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-04-03 20:36:42 +03:00
d8c53c500e Package JVM distribution as a zip, update symlink creation, and document changes in CLI and downloads.
b3efe019d9 Fix delay function to correctly interpret Int as milliseconds in scripts
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-04-03 12:13:11 +03:00
2414da59a7 fixed terminal problems in lyng CLI with new console support on linux
fd6d05d568 anotther compiler inference bug andlyng.io.console improvements
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-04-03 11:04:29 +03:00
caad7d8ab9 stdlib inference bug fixed
sergeych pushed to master at SergeychWorks/lyng 2026-04-02 22:55:43 +03:00
88b0bb2147 Add TCP server example and refactor script execution flow
sergeych pushed to master at SergeychWorks/lyng 2026-04-02 20:42:09 +03:00
38646c6257 Update platform support matrix with detailed statuses and legend
f61ac35580 added networking to the CLI
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-04-02 20:09:35 +03:00
9bee0aed5b Merge branch 'inference-bug'
cd7e001f41 Refactor KMP networking backends
62520f6203 Add downloads page and navigation link to site
d0aaa2c256 fix tetris code: declaration now in place
5346d15a9f Add KMP networking backends
Compare 9 commits »
sergeych opened issue SergeychWorks/lyng#102 2026-04-02 15:00:06 +03:00
precheck and publish lyngio networking beta
sergeych opened issue SergeychWorks/lyng#101 2026-04-02 14:56:32 +03:00
add more docs to the site menu
sergeych commented on issue SergeychWorks/lyng#87 2026-04-02 14:56:18 +03:00
Json parsing: start

yet no real need in it - write a comment to promote

sergeych closed issue SergeychWorks/lyng#100 2026-04-02 14:55:21 +03:00
Reduce number of non-bytecode compiled features
sergeych commented on issue SergeychWorks/lyng#100 2026-04-02 14:55:21 +03:00
Reduce number of non-bytecode compiled features

everything is ported to bytecode

sergeych pushed to master at SergeychWorks/lyng 2026-04-02 13:01:59 +03:00
f168e9f6ed version bump
sergeych pushed to master at SergeychWorks/lyng 2026-04-02 03:16:31 +03:00
a051280e0c fix in site search and more tests on evalSession cancellation
sergeych pushed to master at SergeychWorks/lyng 2026-04-02 02:05:23 +03:00
fc01016a74 Added EvalSession way of controlling all coroutines started from a script