You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up a minimal Nim project on Arch Linux.
My goal is to get a language server working (for kakoune-lsp/kakoune-lsp#695),
so far its delegate nimsuggest process fails, with no indication of what's wrong:
$ nim --version
Nim Compiler Version 2.0.0 [Linux: amd64]
Compiled at 2023-09-16
Copyright (c) 2006-2023 by Andreas Rumpf
active boot switches: -d:release
$ nimble init
Info: Package initialisation requires info which could not be inferred.
... Default values are shown in square brackets, press
... enter to use them.
Using "totallynotnim" for new package name
Using Johannes Altmanninger for new package author
Using "src" for new package source directory
Prompt: Package type?
... Library - provides functionality for other packages.
... Binary - produces an executable for the end-user.
... Hybrid - combination of library and binary
... For more information see https://goo.gl/cm2RX5
Select Cycle with 'Tab', 'Enter' when done
Answer: library
Prompt: Initial version of package? [0.1.0]
Answer:
Prompt: Package description? [A new awesome nimble package]
Answer:
Prompt: Package License?
... This should ideally be a valid SPDX identifier. See https://spdx.org/licenses/.
Select Cycle with 'Tab', 'Enter' when done
Answer: MIT
Prompt: Lowest supported Nim version? [2.0.0]
Answer:
Success: Package totallynotnim created successfully
$ nimsuggest $PWD/src/totallynotnim.nim --v3 --autobind --log --debug
$ echo $?
1
$ cat ~/nimsuggest.log
START /home/johannes/git/kak-lsp/t/totallynotnim/src/totallynotnim.nim
The text was updated successfully, but these errors were encountered:
I'm trying to set up a minimal Nim project on Arch Linux.
My goal is to get a language server working (for kakoune-lsp/kakoune-lsp#695),
so far its delegate
nimsuggest
process fails, with no indication of what's wrong:The text was updated successfully, but these errors were encountered: