Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych pushed to master at SergeychWorks/lyng 2026-01-14 22:11:45 +03:00
b7fe04d65f cosmetics
ec28b219f3 plugin: another attempt to fix spell checker
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-01-14 13:34:17 +03:00
6fa57c8197 plugin: run command. Lyng string "hello"*repeatCount operator. Plugin spell check is still not working properly
sergeych closed issue SergeychWorks/lyng#25 2026-01-14 00:40:29 +03:00
CLI: Shell commands
sergeych closed issue SergeychWorks/lyng#89 2026-01-14 00:40:21 +03:00
integrate Lyng information for AI assistants on the site and to the library
sergeych pushed to master at SergeychWorks/lyng 2026-01-13 09:10:18 +03:00
2d2a74656c plugin: remove flaky spell checking for 2024.*
80933c287d Refactor nullable suffix handling in compiler (nullable declaration bug fixed)
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-01-12 18:15:23 +03:00
017111827d another attempt to fix plugin spellchecker
sergeych pushed to master at SergeychWorks/lyng 2026-01-12 17:39:37 +03:00
d2632cb99e plugin improvements; attempt to make AI life easier (incomplete and weak)
sergeych pushed to master at SergeychWorks/lyng 2026-01-12 14:25:20 +03:00
474293cfe3 plugin deployment script, upload distributabkes mode for site deploy script
9924d02cb4 plugin docstring parsing now respect @param, @retunm, @throws and general support for such tags introduced
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-01-12 10:20:00 +03:00
1efa96a990 improved type inference in plugin
sergeych pushed to master at SergeychWorks/lyng 2026-01-12 08:16:33 +03:00
f6deabaa38 Enable SCOPE_POOL globally across all platforms and refactor pooling logic to enhance robustness, efficiency, and cleanup mechanisms. Update documentation to reflect changes.
sergeych pushed to master at SergeychWorks/lyng 2026-01-11 04:50:19 +03:00
8f04b25fcb Refactor scope pooling logic for robustness and efficiency, optimize argument assignment, and enhance benchmarks with pool-specific scenarios.
6b957ae6a3 Refactored ObjRef evaluation logic for enhanced performance and consistency across unary, binary, and field operations. Added evalValue overrides for more streamlined value resolution.
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-01-10 22:25:16 +03:00
827df9c8cd Fix argument priority handling in ObjInstance resolution logic and add corresponding tests
sergeych pushed to master at SergeychWorks/lyng 2026-01-10 20:08:18 +03:00
7ab439d949 Updated documentation to clarify property syntax, closure resolution rules, and override usage
sergeych pushed to master at SergeychWorks/lyng 2026-01-10 16:51:06 +03:00
91e6ae29ce fixed mist edge cases with new language logic
sergeych pushed to master at SergeychWorks/lyng 2026-01-10 04:57:52 +03:00
b9831a422a 1.2.0-SNAPSHOT started bug core refactor to support all new future and more strict rules (namely, fundamental difference between properties, functions and delegates)
sergeych pushed to master at SergeychWorks/lyng 2026-01-08 23:10:59 +03:00
10b7cb2db2 improved error reporting for mismatched serialized vars in ObjInstance
sergeych pushed to master at SergeychWorks/lyng 2026-01-08 21:53:01 +03:00
1931384116 fixed another closure bug
2acb60697d more tools to deal with Lyng exeption in Kotlin
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2026-01-08 11:22:07 +03:00
c12804a806 user exceptions to kotlin fixes
sergeych pushed to master at SergeychWorks/lyng 2026-01-07 21:05:31 +03:00
1d089db9ff User exception classes, unified exception class architecture
sergeych pushed to master at SergeychWorks/lyng 2026-01-07 20:12:27 +03:00
2ce6d8e482 tools for error reporting in kotlin