-
Some projects don't / can't use Nimble. It'd be great to have support for projects using Atlas (or the older Nimbus build system). My previous tests with nimlangserver resulted in a bunch of nimble er…
-
Most of the time intellisense does not list the properties of an object (name and age), in this case it does show it up but listed as an error.
The example is taken from the second part of the tut…
-
The following snippet makes the compiler crash.
It is due to the use of `low` instead of `lo` in the asm, Nim tries to check the return type and crashes in ccgtypes.
```Nim
# GCC/Clang only
pr…
-
```
zachcarter@A-TX39FHTD6 ~/projects/sell-my-car-backend master ● nim -version
Nim Compiler Version 0.18.1 [MacOSX: amd64]
Compiled at 2018-08-22
Copyright (c) 2006-2018 by Andreas Rumpf
…
-
[VM/values/operators] [`+`] Verify for Web builds
we should also check whether big integers work too!
(the same applies to its in-place equivalent)
https://github.com/arturo-lang/arturo/blob/04e57a1a…
-
`type Bar = (int, seq, array, tuple, set)` should give CT error
(similar to recent bug fixes but this one is still not fixed)
### Example
```nim
when true:
type Bar = (int, seq, array, tupl…
-
(Consider writing a PR targetting devel branch after filing this, see [contributing.html](https://nim-lang.github.io/Nim/contributing.html)).
Function ```connectUnix``` uses ```connect``` defined i…
-
this PR https://github.com/nim-lang/Nim/pull/10492 adds a lot of great documentation how ever it also adds a lot of things like:
```
`getFilePermissions `_
```
which are required today by docgen t…
-
closeSocket's unix implementation first closes the socket handle, making it available for OS to allocate to the process for other purposes, then invokes callbacks, which call `recv` and `send` on the …
-
Running `nim doc` when the path of the nim compiler has spaces in it fails to build the runnableExamples
### Example
Have nim installed in a path with spaces in it, for this example I'm using `C…