Nikolay Nikolov
Nikolay Nikolov
fixes #22753 ## Future work We should turn all the error nodes into nodes of a nkError kind, which could be a industrious task. But perhaps we can add a...
fixes #22753 ## Future work We should turn all the error nodes into nodes of a nkError kind, which could be a industrious task. But perhaps we can add a...
… and compiler messages
This adds nimsuggest support for displaying inlay hints for exceptions. An inlay hint is displayed around function calls, that can raise an exception, which isn't handled in the current subroutine...
This is a tracking issue for the implementation of traits. Noir Traits Roadmap =================== Note: Traits are a huge feature, and this list is by no means final. Expect more...
This fixes a "file not found" error when creating a pipe under Windows.
I'm working on adding inlay hint support to nimsuggest and the Nim language server. Inlay hints are supported in the latest (3.17) version of the Language Server Protocol. But for...
In addition to inlay hints for types and exceptions, we can also add inlay hints for the parameter names in function calls.
I've mapped a single directory (which contains a "bin" subdirectory) as "/" like that: wasmtime run --mapdir /::testdir prog.wasm On program start, getcwd() returns "/", which is expected. Calling chdir("bin")...