-
Currently the Nimrod compiler produces error messages using a format string similar to the one used by Free Pascal, i.e., with the line and column numbers enclosed in parentheses:
```
test.nim(5, 0…
-
This was tested on https://play.nim-lang.org/#ix=3Jnf and also on my laptop (Nim Compiler Version 1.6.2 [MacOSX: amd64])
Sugar's `collect` seems to leak scope, plus maybe another bug to do with if/…
-
Input:
```nim
const a = @[1]
const Exported* = (
field: $a
)
```
Output in HTML docs:
```Exported = ("@[1]")```
Expected:
```Exported = (field: "@[1]")```
It seem like the proc ca…
GULPF updated
3 years ago
-
### Description
I added a value to `CacheTable` in macrocache module and tried to read a key from it in compileTime proc, but didn't get a value as if it is emtpy.
Run following code with `nim c t…
-
### Description
When `case` objects are nested, there is no way to access the inner fields without triggering `ProveField` (if enabled)
```nim
{.push warning[ProveField]:on.}
type Foo = object…
-
As [this](https://github.com/nim-lang/nimsuggest/issues/66) issue points out `nimsuggest` needs a project file to work. Currently this just treats every file as it's own project file, but an actual al…
-
Firstly: Thank you for working on this project. It is a wonderful framework to use, and I am using it in production, rather than Jester.
The issue: The bit of code below is slower with threads than…
-
A codegen error can be triggered by creating a subclass and calling a method with 'var' parameters.
The following snippet produces an error when it gets to obj3. If you remove 'var' from the metho…
-
### Description
```
2023-06-29T09:34:02.6605506Z FAIL: tests/gc/gcleak2 c -d:release -d:useRealtimeGC --mm:refc ( 5.31 sec)
2023-06-29T09:34:02.6631010Z Test "tests\gc\gcleak2" in category "gc"…
-
Compile any file with `--hotcodereloading:on --cc:vcc --debugger:native`. .pdb file is not generated making it impossible to debug.
Note: The gcc compiler produces the debug info as expected. Cl…