Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych opened issue SergeychWorks/lyng#58 2025-08-21 23:29:12 +03:00
fix imporper toString calling in overriden cases
sergeych opened issue SergeychWorks/lyng#57 2025-08-21 23:28:50 +03:00
add stack traces
sergeych opened issue SergeychWorks/lyng#56 2025-08-21 22:02:51 +03:00
make exception objects serializable
sergeych pushed to master at SergeychWorks/lyng 2025-08-20 11:07:57 +03:00
8d1cafae80 fix #55 newlines in function declarations and constructors
sergeych closed issue SergeychWorks/lyng#55 2025-08-20 11:07:57 +03:00
Multiline class main constructor
sergeych pushed to master at SergeychWorks/lyng 2025-08-20 11:00:50 +03:00
0526cdfb38 fix #54 on current version of the compiler it is no more an issue
sergeych closed issue SergeychWorks/lyng#54 2025-08-20 11:00:50 +03:00
if( !call() ) should not require space between ! and callable symbol
sergeych pushed to master at SergeychWorks/lyng 2025-08-20 10:57:49 +03:00
cad6ba936d fix #53 chained calls and multiline expressions
cb333ab6bd less debug noise
Compare 2 commits »
sergeych closed issue SergeychWorks/lyng#53 2025-08-20 10:57:49 +03:00
fix } <newline> .method(...
sergeych opened issue SergeychWorks/lyng#55 2025-08-18 19:48:37 +03:00
Multiline class main constructor
sergeych pushed to master at SergeychWorks/lyng 2025-08-18 01:48:28 +03:00
23737f9b5c removed debug stuff
sergeych pushed to master at SergeychWorks/lyng 2025-08-18 01:19:53 +03:00
fb6e2aa49e bugfix: elvis + throw
sergeych pushed to master at SergeychWorks/lyng 2025-08-18 00:56:57 +03:00
95c1da60ed better elvis + throw
sergeych opened issue SergeychWorks/lyng#54 2025-08-18 00:16:56 +03:00
if( !call() ) should not require space between ! and callable symbol
sergeych opened issue SergeychWorks/lyng#53 2025-08-18 00:16:21 +03:00
fix } <newline> .method(...
sergeych closed issue SergeychWorks/lyng#52 2025-08-18 00:15:34 +03:00
Calling instance method from class extensions
sergeych pushed to master at SergeychWorks/lyng 2025-08-17 23:51:57 +03:00
835333dfad fixed objClass initialization in ObjInt.Zero, added Buffer.toBitInput, minimal descrription of Lynon
sergeych pushed to master at SergeychWorks/lyng 2025-08-17 19:26:32 +03:00
eefecae7b4 more Buffer encodings
2ac92a1d09 more elegant Iterable.all
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2025-08-17 12:24:50 +03:00
464a6dcb99 fixed many bugs with variable visibility in mixed scopes
sergeych opened issue SergeychWorks/lyng#52 2025-08-14 16:25:48 +03:00
Calling instance method from class extensions