Juan M Gómez
Juan M Gómez
The easiest way to test it, is to open the Nim's compiler sources and close it again. It will let two instances of NimSuggest leaked
* VSCode Extension: - [ ] Reliable: Go to definition, Find references, Code completion, Error highlighting as you type, Type Hints - [x] Fix perf issues (fix NimSuggest perf issues...
### Abstract The intention of this RFC is to measure the interest of adding a pattern matching library in the std. Many people complained in the past of "Nim not...
### Description On Windows, anything that calls `allocShared0` fails subsequent checks with `nim check` ```nim proc myFunc(a: string) = var x: int = "" import std/os static: echo getCurrentDir() proc...
Basically extracts 2 files: - ls with the core langserver functionality - routes with the actual routes that needs to be handled by the langserver.
### Abstract By leveraging on the existing mechanisms in the compiler, produce a `d.ts` file when the `header` flag is used. This file will be a header containing all the...
When generating a header with `--header` and then using it from another Nim project to import the generated types, generic instances can collide and produce an error. i.e. `typedef MyGeneric[TypeA]...