-
The PR https://github.com/nim-lang/Nim/pull/12128 allowed runtime access to compile-time variables to solve https://github.com/nim-lang/Nim/issues/10990
This is a controversial change:
- https://g…
-
[Net] Use OpenSSL 1.1 in all cases
right now, every OS/architecture statically links OpenSSL 1.1.
except for Mac/arm64 (M1). This - most likely - leads to the aforementioned
binaries being largest, wi…
-
[Quantities] erroneous module name for property predicates
For any of the, automatically-generated, property predicates,
e.g. `mass?` the module shown when we do e.g. `info'mass?` is
always `macros` -…
-
* VSCode Extension:
- [ ] Reliable: Go to definition, Find references, Code completion, Error highlighting as you type, Type Hints
- [x] Fix perf issues (fix NimSuggest perf issues and make …
-
[Collections\sort] clean rewrite needed
the whole implementation looks like a patchwork of ideas and is not that
easy to debug.
also, there seem to be different types of issues: https://github.com/art…
-
/cc @a-mr
## Example
see example mentioned in https://github.com/nim-lang/Nim/pull/17338#discussion_r593796121
## discussion
> I tried to put the line and column of Doc comment itself to n.i…
-
After downloading and unpacking the 0.8.5 zip, I get the following errors in `cmd.exe` window:
```
C:\dnload\general-utils\choosenim-0.8.5_windows_amd64\choosenim>choosenim.exe
D:\a\choosenim\cho…
-
nim-lang/Nim#19826 (backport: nim-lang/Nim#19892)
-
## links
* https://nim-lang.github.io/Nim/contributing.html
* recommend this kind of changes to improve tests: https://github.com/nim-lang/Nim/pull/18089
## TODO
- [ ] turn this into a proper do…
-
Now we have a bug (blockSize and other fields aren't preserved) in https://github.com/status-im/nim-codex/blob/7ec039f822d4133255334ff3be9d79f91f1c3545/codex/erasure/erasure.nim#L265
And in opposit…