Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych closed issue SergeychWorks/lyng#95 2025-12-22 08:20:34 +03:00
destructuring assignment
sergeych opened issue SergeychWorks/lyng#95 2025-12-22 08:16:50 +03:00
destructuring assignment
sergeych pushed to master at SergeychWorks/lyng 2025-12-22 07:32:30 +03:00
3acd56f55a fix #94 overridden toString() now is called correctly in known cases, default implementation is still generated for ObjInstances and some other classes
sergeych closed issue SergeychWorks/lyng#94 2025-12-22 07:32:30 +03:00
Fix ambigity on ObjInstance#toString()
sergeych pushed to master at SergeychWorks/lyng 2025-12-22 07:04:59 +03:00
b7838b45ec fixed bug with scopes usage
sergeych opened issue SergeychWorks/lyng#94 2025-12-22 02:46:14 +03:00
Fix ambigity on ObjInstance#toString()
sergeych pushed to master at SergeychWorks/lyng 2025-12-22 00:49:44 +03:00
92cb088f36 lazy messages for check/require
sergeych pushed to master at SergeychWorks/lyng 2025-12-21 23:12:14 +03:00
3dfe98a93d fixed inline map splats expansion in function calls
sergeych pushed to master at SergeychWorks/lyng 2025-12-21 21:57:46 +03:00
f6d51e9b94 fixed problems with documentation
sergeych pushed to master at SergeychWorks/lyng 2025-12-21 21:11:48 +03:00
3ac7fd7ceb Add assert-related testing functions, findFirst/findFirstOrNull methods, and expand documentation.
sergeych pushed to master at SergeychWorks/lyng 2025-12-21 20:26:25 +03:00
99f883cfc7 adjust site docs to new feature
sergeych pushed to master at SergeychWorks/lyng 2025-12-21 20:14:55 +03:00
76a1804dc1 Implement init blocks for instance initialization, refactor class initialization logic to ensure correct inheritance and constructor chaining, update documentation and add tests.
sergeych pushed to master at SergeychWorks/lyng 2025-12-21 01:48:27 +03:00
35cc8fa930 fixed site deploy script to work with cloudflare-backed site
sergeych pushed to master at SergeychWorks/lyng 2025-12-21 01:38:16 +03:00
6f86e6ff97 fixed bug when some Map operations wer restricted to string keys only
sergeych pushed to master at SergeychWorks/lyng 2025-12-18 03:34:02 +03:00
fa91afa92b migrated to Kotlin 2.3.0
sergeych pushed to master at SergeychWorks/lyng 2025-12-18 00:12:18 +03:00
00503fa105 cosmetics and docs
sergeych pushed to master at SergeychWorks/lyng 2025-12-17 21:53:46 +03:00
f7a4497f3f Migrate to kotlin.time.Instant and kotlin.time.Clock, update dependencies to support Kotlin 2.2, and adopt JVM 17.
sergeych pushed to master at SergeychWorks/lyng 2025-12-17 20:00:13 +03:00
1aef64e0fa Add lowercase and uppercase string functions, update documentation accordingly.
sergeych pushed to master at SergeychWorks/kiloparsec 2025-12-17 12:10:21 +03:00
2829bcfecd Merge remote-tracking branch 'origin/master'
7cec803174 0.7.0-SNAPSHOT: migration to kotlin 2.2.21, upgrade dependencies, IOS/MacOS compatibility for broken kotlin.time/kotlinx.datetime
Compare 2 commits »
sergeych opened issue sergeych/crypto2#12 2025-12-16 21:03:27 +03:00
Add syntax sugar for Container data encryption/decryption with password and document it well