Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych opened issue SergeychWorks/lyng#84 2025-12-06 21:23:31 +03:00
plugin: try some autocompletion
sergeych opened issue SergeychWorks/lyng#83 2025-12-06 21:21:24 +03:00
plugin: check import-aware highlighting
sergeych opened issue SergeychWorks/lyng#82 2025-12-06 20:03:36 +03:00
Improved docs
sergeych pushed to master at SergeychWorks/lyng 2025-12-06 20:03:20 +03:00
e25fc95cbf fix #81 site search improved
sergeych closed issue SergeychWorks/lyng#81 2025-12-06 20:03:20 +03:00
problem with first search in site: loaded index seems not to trigger show options
sergeych pushed to master at SergeychWorks/lyng 2025-12-06 19:37:44 +03:00
a6085b11a1 ignore distributables
819fdd82b3 removed distributables from git (derivatives, now there is a copy on the site)
Compare 2 commits »
sergeych opened issue SergeychWorks/lyng#81 2025-12-06 19:33:08 +03:00
problem with first search in site: loaded index seems not to trigger show options
sergeych pushed to master at SergeychWorks/lyng 2025-12-06 17:07:53 +03:00
2e96d75b9f fix #80 edge case !isSomething() bug fixed
sergeych closed issue SergeychWorks/lyng#80 2025-12-06 17:07:53 +03:00
fix error if( !someCall() ) - requires a space after ' ' which it must not
sergeych commented on issue SergeychWorks/lyng#80 2025-12-06 16:13:29 +03:00
fix error if( !someCall() ) - requires a space after ' ' which it must not

It is rare. STR:

fun isSignedByAdmin() {
    // just ok
    true
}

fun requireAdmin() {
    // this called error:
    if( !isSignedByAdmin() )
        throw "Admin signature…
sergeych opened issue SergeychWorks/lyng#80 2025-12-06 15:56:48 +03:00
fix error if( !someCall() ) - requires a space after ' ' which it must not
sergeych pushed to master at SergeychWorks/lyng 2025-12-05 23:46:31 +03:00
f616326383 docs on cli tool, restored cli building tools
sergeych pushed to master at SergeychWorks/lyng 2025-12-05 23:39:54 +03:00
1e2bbe1fc5 fix #79 enum toJson serialization
sergeych closed issue SergeychWorks/lyng#79 2025-12-05 23:39:54 +03:00
json serialization of enums as strings
sergeych pushed to master at SergeychWorks/lyng 2025-12-05 23:02:29 +03:00
b630d69186 fix #78 add fmt CLI subcommand and improve legacy script execution paths
sergeych closed issue SergeychWorks/lyng#78 2025-12-05 23:02:28 +03:00
lyngo CLI: formatter command and help to integrae
sergeych opened issue SergeychWorks/lyng#79 2025-12-05 22:36:03 +03:00
json serialization of enums as strings
sergeych opened issue SergeychWorks/lyng#78 2025-12-05 22:35:47 +03:00
lyngo CLI: formatter command and help to integrae
sergeych pushed to master at SergeychWorks/lyng 2025-12-05 17:42:36 +03:00
20f4e54a02 red #77 tests and docs for jsom map serialization
sergeych pushed to master at SergeychWorks/lyng 2025-12-05 13:57:31 +03:00
e58896f087 red #77 more json docs