Sergey Chernov sergeych
  • Joined on 2022-07-18
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
sergeych pushed to master at SergeychWorks/lyng 2026-04-01 02:51:14 +03:00
446c8d9a6e minor additions
c140567e0c made last changes KMP compliant
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-03-31 22:52:01 +03:00
311cf6ee44 Add Lyng deferred cancellation support
3e338f3d53 Fix sqrt type inference and add regression coverage
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-03-31 20:52:42 +03:00
c097464750 - fixed CLI -x mode
sergeych pushed to master at SergeychWorks/lyng 2026-03-31 20:52:31 +03:00
6e9333844e support for Decimal.isInfitite and isNan
sergeych pushed to master at SergeychWorks/lyng 2026-03-31 19:08:23 +03:00
a976702caf support for Real.isInfitite and isNan
sergeych pushed to master at SergeychWorks/lyng 2026-03-31 16:57:45 +03:00
850efedb72 Handle non-finite real/decimal arithmetic
sergeych pushed to master at SergeychWorks/lyng 2026-03-30 09:25:39 +03:00
f845213332 fixed Decima/Complex interop bug
sergeych pushed to master at SergeychWorks/lyng 2026-03-30 08:53:20 +03:00
cdd48ec871 Improved instance method resolution logic and added test for Decimal overloading.
sergeych pushed to master at SergeychWorks/lyng 2026-03-30 08:21:04 +03:00
286ec30422 Added Decimal support for complex number
sergeych pushed to master at SergeychWorks/lyng 2026-03-29 12:35:29 +03:00
8a560f5417 fixed interpolation bug
966b6a31ae extended inference of fun return type
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-03-29 03:36:08 +03:00
c3c0a3292b fixed Decimal conversion bug