-
not sure what process generates `Bugfixes` entries (is it checked in somewhere?) but it has inaccurate entries, eg:
* https://github.com/nim-lang/Nim/issues/9216 (still open)
* https://github.com/ni…
-
refs https://github.com/nim-lang/Nim/pull/16135#discussion_r530644051
## benefits
* more flexible, not 1 size fits all
* import instead of include: `import std/stdimports` instead of `include pre…
-
[extras/linenoise] UTF-8 support not working properly
should add -DUSE_UTF8 for UTF-8 support
to all following lines
the problem is that - although it "works" - different characters are not shown a…
-
## links
* jester: https://github.com/dom96/jester/blob/master/jester/private/utils.nim
* prologue: https://github.com/planety/prologue/blob/f61acc5bbab2d304c8b36fb25cd959714ca712d1/src/prologue/cor…
-
Over at the botttom of this file:
https://github.com/dom96/snake/blob/master/snake/server.nim
There's a reference to a Nim bug, that necessitates a workaround.
However, if we check the Nim bu…
-
[Helpers/unisort] Re-visit & test digraph/trigraph sorting
The code below - apparently - works ok. The problem is: a) it hasn't been thoroughly tested, b) it looks obviously too repetitive, c) it mus…
-
[Helpers/xml] re-implement HTML parsing?
Same as with `parseXMLNode`: we first have to define what this means. Basically, what would an HTML-parsing function normally yield? How are children/nodes/at…
-
Hello, this package doesn't seem's to compile on Windows:
```
CC: libzip_all
Error: execution of an external compiler program 'clang.exe -c -w -DWIN32_LEAN_AND_MEAN -IC:\Users\roman\Documents\vc…
-
The compiler must never optimize out constants marked with the `expotrc` pragma.
For example:
```nim
const foo {. exportc .} = 10
```
Expected C output:
```c
N_LIB_PRIVATE NIM_CONST NI foo = ((…
-
Not sure if its my end or your end, however this has happend twice with the same SHA1.
MacBook-Air:Formula wmealing$ brew install nim
==> Installing nim from arialdomartini/homebrew-nim
==> Download…