Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych closed issue SergeychWorks/lyng#84 2025-12-08 01:06:38 +03:00
plugin: try some autocompletion
sergeych pushed to master at SergeychWorks/lyng 2025-12-08 01:06:08 +03:00
c35d684df1 started autocompletion in the plugin
sergeych pushed to master at SergeychWorks/lyng 2025-12-07 23:50:57 +03:00
678cfbf45e fix #85 lynon empty list encoding
sergeych closed issue SergeychWorks/lyng#85 2025-12-07 23:50:56 +03:00
Bug in LynonEncoder
sergeych opened issue SergeychWorks/lyng#85 2025-12-07 23:40:05 +03:00
Bug in LynonEncoder
sergeych closed issue SergeychWorks/lyng#83 2025-12-07 00:25:28 +03:00
plugin: check import-aware highlighting
sergeych pushed to master at SergeychWorks/lyng 2025-12-07 00:25:28 +03:00
bfffea7e69 fix #83 import-aware quickdocs
sergeych pushed to master at SergeychWorks/lyng 2025-12-06 23:10:48 +03:00
40f11b6f29 fix #82 refactored and added builtin docs to all symbols
sergeych closed issue SergeychWorks/lyng#82 2025-12-06 23:10:47 +03:00
Improved docs
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