-
during developing this project
https://github.com/bung87/nimlsp
also has another `/Users/bung/nim_works/nimlsp/src/nimlsp.nim(240, 41) Error: illformed AST: `
### Current Output
```
Running …
-
## Erroneous Behavior
error when updating vscode extensions which are not released, such as [debugpy](https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy)
```
topgrade -…
-
### Problem
Running ``nimble setup`` does not work because it tries to find a .uproject in a folder that does not exist. It also looks for the uproject under the engine folder. I validated the json f…
-
### Description
```Nim
type
Result[T, E] = object
case oVal: bool
of false:
eVal: E
of true:
vVal: T
func raiseResultDefect(m: string) {.noreturn, noinline.} =
…
-
I did `nimble install futhark` on both windows & wsl and hit the same error. Adding the trace text here;
```
C:\Users\risharan\Documents\Dev\nim\mirana>nimble install futhark
Downloading https://…
-
### Architecture
x86_64 (Default)
### Operating System
Linux
### Disk
SSD (Solid)
### Memory
4 Gigabytes
### CPU Cores
4 CPU Cores
### Internet Connection
Optical Fiber (very fast)
### Wha…
-
### Description
Create a file with:
proc foo*() {.exportc,dynlib.} = discard
Compile in Linux with:
nim cpp --app:lib --cc:clang --passC:"-Werror"
### Nim Version
Nim Compiler Vers…
-
### Description
The tests for my project at
https://github.com/vsajip/nim-cfg-lib
pass when run with Nim 1.6.14 but crash with a core dump when run with Nim 2.0.0. The problem appears to sur…
-
### Description
If we try to compile the following code:
```nim
import std/winlean
proc NimMain() {.cdecl, importc.}
proc DllMain*(hModule: Handle; reasonForCall: DWORD; reserved: pointer):…
-
### Description
```nim
type
T {.union.} = object
x: string
y: (int, int)
U = object
t: T
var u = U()
u.t = T(y: (1, 2))
reset(u.t)
```
### Nim Version
2.0
### Current O…