-
## goal
* speedup CI: no need to keep building koch
* run on more environments, eg netbsd (not support by other CI's at the moment)
## CIs supporting docker
* GitHub Actions: should support it, …
-
draft for https://github.com/nim-lang/RFCs/issues/341#issuecomment-778478879
> Should be done IMO.
yes, PR welcome, Proposal 1 is indeed non controversial IMO.
> I mean, .= is a ternary oper…
-
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 …
-
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…
-
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…
-
Installed following via Nimble.
nimble install https://github.com/zacharycarter/nuklear-nim.git
nimble install bgfxdotnim
(https://github.com/zacharycarter/bgfx.nim)
nimble install sdl2
(https:…
-
/cc @stefantalpalaru what do you think of this?
* when code throws from a C++ function called by a nim code, nim classic backtrace doesn't show the c++ backtrace
* the nim native backtrace (introd…
-
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…
-
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/…
-
#[
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…