Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych pushed tag 0.9.0 to sergeych/crypto2 2025-12-16 21:02:33 +03:00
sergeych pushed to master at sergeych/crypto2 2025-12-16 20:12:52 +03:00
13dff8d760 v0.9.0: kotlin 2.2.21, kotlin.time fix for deprecated methods in kotlinx.datetime. Should work ok on mac/ios
sergeych pushed to master at SergeychWorks/mp_bintools 2025-12-15 11:04:18 +03:00
b8ac3e20e0 0.3.2 released, readme update
sergeych pushed to master at SergeychWorks/mp_bintools 2025-12-15 11:02:21 +03:00
972b033be1 v0.3.2-SNAPSHOT: added android-specific code and implementation, including defaultNamedStorage()
1a46c8cab3 v0.3.0 released: kotlin 2.2.21 breaking changes with Instant/Clock, etc. adopted in a compatible way
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2025-12-14 02:20:54 +03:00
5d8fdce637 Move qualified identifier resolution to Scope as resolveQualifiedIdentifier, replace inline logic in LynonDecoder.
sergeych pushed to master at SergeychWorks/lyng 2025-12-14 02:06:59 +03:00
5a8881bfd5 Refactor decodeClassObj to mimic compiler behavior for qualified names, add evaluateQualifiedNameAsCompiled.
sergeych pushed to master at SergeychWorks/lyng 2025-12-14 01:42:03 +03:00
d487886c8f some more trace on strange decpdeClassObj behavior
sergeych pushed to master at SergeychWorks/lyng 2025-12-14 01:21:11 +03:00
180471e4cd Merge remote-tracking branch 'origin/fix_decodeClassObj'
9e11519608 revert to wirking ugly fix for decodeClassObj
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2025-12-14 01:17:24 +03:00
71a37a2906 Revert "Improve decodeClassObj class resolution in LynonDecoder, add fallback lookup mechanisms, and refine related tests"
ab05f83e77 Revert "Add documentation for Lynon class-name resolution behavior and future plans for fully-qualified name support"
Compare 2 commits »
sergeych pushed to fix_decodeClassObj at SergeychWorks/lyng 2025-12-14 01:11:46 +03:00
9e11519608 revert to wirking ugly fix for decodeClassObj
sergeych created branch fix_decodeClassObj in SergeychWorks/lyng 2025-12-14 01:11:46 +03:00
sergeych pushed to master at SergeychWorks/lyng 2025-12-13 19:16:21 +03:00
a2d26fc777 Add documentation for Lynon class-name resolution behavior and future plans for fully-qualified name support
sergeych pushed to master at SergeychWorks/lyng 2025-12-13 19:12:56 +03:00
dd1a1544c6 Improve decodeClassObj class resolution in LynonDecoder, add fallback lookup mechanisms, and refine related tests
sergeych pushed to master at SergeychWorks/lyng 2025-12-13 15:49:23 +03:00
fba44622e5 Refactor toString implementations to support Scope context, add inspect, and improve assertions readability.
sergeych pushed to master at SergeychWorks/lyng 2025-12-12 15:48:07 +03:00
2737aaa14e add mapNotNull to ObjIterable with documentation
sergeych pushed to master at SergeychWorks/lyng 2025-12-11 03:09:47 +03:00
bce88ced43 Merge pull request 'fix/scope-parent-cycle' (#92) from fix/scope-parent-cycle into master
fd473a32d8 refine some tests
d15dfb6087 core: prevent scope parent-chain cycles when reusing pooled frames
Compare 3 commits »
sergeych merged pull request SergeychWorks/lyng#92 2025-12-11 03:09:45 +03:00
fix/scope-parent-cycle
sergeych commented on pull request SergeychWorks/lyng#92 2025-12-11 03:09:30 +03:00
fix/scope-parent-cycle

This seems to fix critical while exotic and rare problem; all existing tests are ok with it so I do merge it

sergeych created pull request SergeychWorks/lyng#92 2025-12-11 03:08:22 +03:00
fix/scope-parent-cycle