-
The Nim standard libraries relies on exceptions for handling errors. e.g.
https://nim-lang.org/docs/strutils.html#parseInt,string `If s is not a valid integer, ValueError is raised.`
Would be gr…
-
## links
* [js: use BigInt instead of Number for int64, int · Issue #187 · nim-lang/RFCs](https://github.com/nim-lang/RFCs/issues/187)
* https://forum.nim-lang.org/t/6342#39140
* [[WIP] new module …
-
in https://github.com/nim-lang/Nim/commit/8ee0771b5a10cfd083ba2eba806e5d9d9f72b234#commitcomment-38239130 araq argued "return types must not be Natural" (this came up recently here: https://github.com…
-
[VRange] Should we support BigNum bounds?
so that somebody can e.g. select.first:3 167126537612537126536127..∞ => prime?
https://github.com/arturo-lang/arturo/blob/634ea1bcd8f7dfbe8fd10ff8c85f3e903a…
-
WIP proposal as alternative to the buggy `let a = constExpr.unsafeAddr` refs https://github.com/nim-lang/Nim/issues/16794
note: const with ref types should be merged as-is (refs https://github.com/…
-
[System\env] could it be used for Web/JS builds too?
and what type of environment variables could be served or would be useful serve?
https://github.com/arturo-lang/arturo/blob/a5683a2dace1b7e4e3b5c…
-
Running `$ nimble gen_docs` with the latest nimble HEAD https://github.com/nim-lang/nimble/commit/f4c818a046c2c3ceb1523c4c974e4b6e625d8ca3
results in the following error:
```
command: nimble gen_d…
-
#[
KEY BUG UnusedImport with --import
$nim_devel_X c -r --import:$timn_D/src/timn/echo0b.nim $timn_D/tests/nim/all/t0831.nim
/Users/timothee/git_clone/nim/timn/tests/nim/all/t0831.nim(1, 2) War…
-
My plan was to use nim-markdown within a Karax app (js target), but compilations fails with:
```
../../../bin/nim-repo/lib/impure/re.nim(100, 3) Error: undeclared identifier: 'copyMem'
```
It …
-
I recently wrote a script to find all the broken links in the docs:
https://github.com/elliotwaite/nim-broken-link-finder
And I create a PR to update most of the ones I found:
https://github.com/…