13 Commits

Author SHA1 Message Date
2f118a1fef docs on new function metadata API 2026-07-28 00:36:12 +04:00
d82302dd01 Add support for variadic function types and ellipsis in type declarations, stricter lamda types compile-time checks and object binding for Kotlin bridges 2026-02-19 11:12:39 +03:00
28d3f8364c fixed booktests 2026-02-18 10:14:09 +03: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
0732202c80 improved vairable tracking, fixed plugin to wirk with 1.0.10, fixed lambda comparison 2025-12-22 14:55:53 +01:00
0add0ab54c fix #95 destructuring assignment and splats 2025-12-22 06:20:24 +01:00
e584c7aa63 site/docs improvements 2025-11-28 11:25:47 +01:00
d118d29429 map literals 2025-11-27 20:02:19 +01:00
2d721101dd v1.0.1-SNAPSHOT: named args in calls 2025-11-27 11:24:50 +01:00
4b613fda7c fix #58 improper toString overload processing in Lyng
fix #57 Exception#getStackTrace()
ref #56 StackTraceEntry is serializable now
2025-08-22 00:02:23 +03:00
652e1d3af4 fix #15, default toString for a class
+default comparison for a class
!give up struct in favor of class (simpler)
2025-06-10 18:51:04 +04:00
397dcaae92 splat any Iterable 2025-06-08 16:58:09 +04:00
5591a66af3 more dics & minor bugs fixed 2025-06-08 14:39:39 +04:00