-
[VM/exec] General cleanup needed
https://github.com/arturo-lang/arturo/blob/ce734e7a32c73173910cdf8f533f56be21febe3b/src/vm/exec.nim#L9
```text
######################################################…
-
https://github.com/nim-lang/Nim/pull/16096#discussion_r530240265
https://github.com/nim-lang/Nim/pull/16101#discussion_r530604793
- [x] https://github.com/nim-lang/Nim/blob/3e7077ac7d2f4867ecabff0…
-
### Description
Test failures on openSUSE Tumbleweed aarch64:
```
[ 1419s] [31mFAIL: [36mtests/compiler/tasm.nim c [34m ( 1.13 sec)[0m
[ 1419s] [1m[36mTest …
-
## links
- [ ] [[TODO] [feature] Nim error messages should show line contents, would save lots of debugging time · Issue #7586 · nim-lang/Nim](https://github.com/nim-lang/Nim/issues/7586)
- [ ] [[TO…
-
I'm bumping into this error
```
syncfile.nim(48) getSyncFilePath
Error: Sync file require current working directory to be under some supported type of version control.
Hint: …
iffy updated
4 months ago
-
## links
* [[TODO] pseudorandom probing for hash collision by timotheecour · Pull Request #13418 · nim-lang/Nim](https://github.com/nim-lang/Nim/pull/13418)
* [hashing collision: improve performance…
-
### Example
```nim
import std/macros
proc withTypedesc(T: typedesc): T = discard
macro genVar(name: untyped) =
newVarStmt(
name,
newCall(
bindSym("withTypedesc"), bindSym "…
-
I suggest the following layout for docs:
## versioned nim docs
https://nim-lang.github.io/Nim/os.html # already exists, stays valid
https://nim-lang.github.io/Nim/devel/os.html # os.nim in Nim de…
-
I took an example from the Nim Manual's TRM section: https://nim-lang.org/docs/manual.html#term-rewriting-macros
The example is almost as-is except that I added a `debugEcho` so that I know if/when…
-
* [internal errors during VM now produce a user code stacktrace by timotheecour · Pull Request #11642 · nim-lang/Nim](https://github.com/nim-lang/Nim/pull/11642)
* [[TODO] Stacktraces with Column Inf…