nc-x
nc-x
> > > Hmm... > > When I start this projects, I decide to translate MinGW's Windows headers to nim instead of using Microsoft Windows 10 SDK. Because it seems...
nim with gcc v8 had bugs https://github.com/nim-lang/Nim/issues/9375 no idea if there are still any issues. anyways, is there any reason to not update to latest mingw?
Even if nim-lang.org/download/mingw64.7z is updated, most people won't get to know that a newer gcc is required for some bug fixes. is the mingw download integrated into choosenim, so that...
Versioned docs confuse google leading to it showing old results (which was (still is?) a big problem with the rust docs). I would prefer the online docs to always be...
If a non-macro solution for ADTs/Pattern Matching is finally being considered, then my vote goes to a rust/haxe like syntax only. A lot of the syntaxes suggested above are confusing...
Can't reproduce for `system.nim` And the line 69 in modules.nim has changed now and the line at the time this issue was opened (https://github.com/timotheecour/Nim/blob/1c71b0be2ffa378945c61927d9351b88b5033b08/compiler/modules.nim#L69) does not exist anymore.
No crash if `def /Users/timothee/git_clone/nim/Nim/lib/system.nim:106:22` is not executed first. Otherwise (nimsuggest compiled in debug mode) - ``` > def lib/system.nim:106:22 def skType system.SomeInteger SomeInteger C:\Nim\lib\sys 96 2 "type class matching...
> Plenty of Nim developers think that there is considerable overlap with template and/or const and we should really figure out their limitations first. I personally don't think there is...
The reason is that in generic contexts, we do not set the correct branch to be evaluated and instead evaluate all the branches https://github.com/nim-lang/Nim/blob/ab72d68ec80300ebd0629c5174a78c73f28fc729/compiler/semtypes.nim#L663-L668 It can be fixed currently for...