22f6c149db
better formatting for multi-line comments
2026-01-02 11:20:52 +01:00
6d8b60fcfa
more docs on embedding fields
2026-01-02 10:41:16 +01:00
54ecffc803
improved docs and tools for embedding kotlin classes with properties
2026-01-02 10:34:50 +01:00
0731d63adf
Improve error message for ObjList concatenation and set version to 1.1.0-SNAPSHOT.
2025-12-30 02:52:53 +01:00
434d74b07f
site badge updated
2025-12-25 22:37:56 +01:00
55b27f831f
1.1.0-beta2 version
2025-12-25 22:35:13 +01:00
5586e027ea
more stdlib and docs
2025-12-24 18:56:30 +01:00
cd2b1a9cb7
Extensions methods and properties now are correctly isolated, respect visibility rules and allow adding class properties and class vals.
2025-12-24 00:29:10 +01:00
3b6504d3b1
Add flatten, flatMap, and filterNotNull functions with corresponding tests
2025-12-23 18:06:28 +01:00
357585d3ba
removed unneeded test via annotation
2025-12-23 13:36:20 +01:00
3a9c567c32
version bump
2025-12-23 13:22:54 +01:00
8300c2a3ab
v1.1.0-beta1: mini function declarations and working properties
2025-12-23 13:06:46 +01:00
17b4904ae3
fixed test to reflect small Int caching
2025-12-23 10:48:58 +01:00
7e8f1406b5
added optimizations for immutable numbers
2025-12-23 09:09:49 +01:00
3f235878c0
Add EfficientIterables.md documentation for Kotlin interop. Optimize ObjInt operations by integrating value caching and updating number operations. Introduce high-performance enumerate method for ObjList, ObjSet, ObjRange, and custom iterables. Update compiler and loop handling for improved enumeration logic.
2025-12-23 08:33:34 +01:00
5f3a54d08f
Make ObjInt and ObjReal immutable and update number operations accordingly. Add support for class properties with get/set accessors. Rework loop parsing logic to improve clarity and consistency. Update .gitignore and TextMate grammar. Enhance Changelog and document new features.
2025-12-23 08:02:48 +01:00
157b716eb7
Implement automatic substitution for named parameters (auto-named arguments). Supported name: shorthand for name: name in function calls and class constructors. Updated documentation and tests. Built and deployed IDEA plugin and site.
2025-12-22 18:11:38 +01:00
c9f96464f3
bump plugin version
2025-12-22 18:43:24 +01:00
0732202c80
improved vairable tracking, fixed plugin to wirk with 1.0.10, fixed lambda comparison
2025-12-22 14:55:53 +01:00
1e18a162c4
added exception reporting tests
2025-12-22 12:59:11 +01:00
0dbfb473bf
fixed scrollspy
2025-12-22 06:30:40 +01:00
0add0ab54c
fix #95 destructuring assignment and splats
2025-12-22 06:20:24 +01:00
3acd56f55a
fix #94 overridden toString() now is called correctly in known cases, default implementation is still generated for ObjInstances and some other classes
2025-12-22 05:32:19 +01:00
b7838b45ec
fixed bug with scopes usage
2025-12-22 05:04:47 +01:00
92cb088f36
lazy messages for check/require
2025-12-21 22:49:35 +01:00
3dfe98a93d
fixed inline map splats expansion in function calls
2025-12-21 21:12:06 +01:00
f6d51e9b94
fixed problems with documentation
2025-12-21 19:57:34 +01:00
3ac7fd7ceb
Add assert-related testing functions, findFirst/findFirstOrNull methods, and expand documentation.
2025-12-21 19:11:37 +01:00
99f883cfc7
adjust site docs to new feature
2025-12-21 18:26:21 +01:00
76a1804dc1
Implement init blocks for instance initialization, refactor class initialization logic to ensure correct inheritance and constructor chaining, update documentation and add tests.
2025-12-21 18:14:51 +01:00
35cc8fa930
fixed site deploy script to work with cloudflare-backed site
2025-12-20 23:48:16 +01:00
6f86e6ff97
fixed bug when some Map operations wer restricted to string keys only
2025-12-20 23:37:56 +01:00
fa91afa92b
migrated to Kotlin 2.3.0
2025-12-18 01:33:49 +01:00
00503fa105
cosmetics and docs
2025-12-17 22:12:08 +01:00
f7a4497f3f
Migrate to kotlin.time.Instant and kotlin.time.Clock, update dependencies to support Kotlin 2.2, and adopt JVM 17.
2025-12-17 19:53:36 +01:00
1aef64e0fa
Add lowercase and uppercase string functions, update documentation accordingly.
2025-12-17 17:59:51 +01:00
5d8fdce637
Move qualified identifier resolution to Scope as resolveQualifiedIdentifier, replace inline logic in LynonDecoder.
2025-12-14 00:20:43 +01:00
5a8881bfd5
Refactor decodeClassObj to mimic compiler behavior for qualified names, add evaluateQualifiedNameAsCompiled.
2025-12-14 00:06:46 +01:00
d487886c8f
some more trace on strange decpdeClassObj behavior
2025-12-13 23:41:52 +01:00
180471e4cd
Merge remote-tracking branch 'origin/fix_decodeClassObj'
2025-12-13 23:20:55 +01:00
71a37a2906
Revert "Improve decodeClassObj class resolution in LynonDecoder, add fallback lookup mechanisms, and refine related tests"
...
This reverts commit dd1a1544c6d49641783d221b15e23c7150010161.
2025-12-13 23:14:12 +01:00
ab05f83e77
Revert "Add documentation for Lynon class-name resolution behavior and future plans for fully-qualified name support"
...
This reverts commit a2d26fc7775508c4fc9c5bb62496ad4b88d74662.
2025-12-13 23:13:56 +01:00
9e11519608
revert to wirking ugly fix for decodeClassObj
2025-12-13 23:11:28 +01:00
a2d26fc777
Add documentation for Lynon class-name resolution behavior and future plans for fully-qualified name support
2025-12-13 17:16:10 +01:00
dd1a1544c6
Improve decodeClassObj class resolution in LynonDecoder, add fallback lookup mechanisms, and refine related tests
2025-12-13 17:12:44 +01:00
fba44622e5
Refactor toString implementations to support Scope context, add inspect, and improve assertions readability.
2025-12-13 13:48:57 +01:00
2737aaa14e
add mapNotNull to ObjIterable with documentation
2025-12-12 13:48:02 +01:00
bce88ced43
Merge pull request 'fix/scope-parent-cycle' ( #92 ) from fix/scope-parent-cycle into master
...
Reviewed-on: #92
2025-12-11 03:09:45 +03:00
fd473a32d8
refine some tests
2025-12-11 00:55:05 +01:00
d15dfb6087
core: prevent scope parent-chain cycles when reusing pooled frames
...
- Scope.resetForReuse: fully detach before re-parenting (clear state, parent=null, new frameId), then validate with ensureNoCycle and assign parent/args/pos/thisObj
- ScopePool.borrow (JVM/Android/JS/Native/Wasm): defensive fallback to fresh Scope allocation if resetForReuse detects a cycle
- docs: add docs/fix-scope-parent-cycle.md describing the change and expectations
- test: add ScopeCycleRegressionTest to ensure instance method call pattern does not crash and returns "ok"
2025-12-11 00:50:46 +01:00