-
I was installing nimlangserver with nimble and noticed that it always downloaded the Nim compiler, compiled csource, koch, compiler, tools... an unnecessary and slow process for those who have the com…
-
Following example would fail with compiler error, [playground](https://play.nim-lang.org/#ix=3nHv)
```
Error: internal error: expr: param not init query_13251018
```
### Example
```nim
impor…
-
Happens on OSX, on a Mac M1. Some kind of error around checksums not being found
```
nimble install nimble …
-
ARC generates bad C code for `Option` of a nested ref type.
### Example
```nim
import options
type
Person = ref object
parent: Option[Person]
proc newPerson(parent: Option[Person]):…
-
Subscribe to this issue and stay notified about new [weekly trending repos in Nim](https://github.com/trending/nim?since=weekly).
-
### Description
In my full program i have the following converter `toString`. (though this small example i don't even use strings)
later in the code i have slice assignment `query[0..1] = @[byte 8…
-
### Description
[https://play.nim-lang.org/#pasty=XdqZmWbb](https://play.nim-lang.org/#pasty=XdqZmWbb)
```nim
type
ChunkBase* {.acyclic.} = object of RootObj
nextChunk: Chunk
Chunk* …
-
### Example
lib.nim
```nim
type
Hidden = int
proc unexported() =
var unused = newSeq[Hidden](0)
```
main.nim
```nim
import lib
var x = newSeq[int](1)
echo typeof(x)
let c = x[0]
echo…
-
This is a general issue for packages that should be in package CI until the situation has sufficiently improved, suggestions would be appreciated.
The release of 2.2 was delayed quite a bit by brea…
-
## links
* [[WIP] fix #11457 csources2 revision is now version-controlled so we can keep updating boostrap nim version by timotheecour · Pull Request #13854 · nim-lang/Nim](https://github.com/nim-lan…