Sergey Chernov sergeych
  • Joined on 2022-07-18
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
sergeych pushed to master at SergeychWorks/lyng 2026-01-07 11:44:17 +03:00
eda34c1b3d operators overriding missing files
sergeych pushed to master at SergeychWorks/lyng 2026-01-07 11:33:18 +03:00
2c0a6c7b34 operators overriding
sergeych pushed to master at SergeychWorks/lyng 2026-01-07 04:55:54 +03:00
fe5dded7af plugin with type declarations, collection types and much better type tracking for autocomplete
sergeych pushed to master at SergeychWorks/lyng 2026-01-06 21:32:46 +03:00
aba0048a83 plugin no wworks with .lyng.d files. hurray
sergeych pushed to master at SergeychWorks/lyng 2026-01-06 19:05:06 +03:00
fdc044d1e0 Added support for extern declarations and enhanced .lyng.d merging