nim-lang / Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
https://nim-lang.org
Other
16.44k stars 1.47k forks source link

Standalone OS + Threads not compiling #2119

Closed def- closed 9 years ago

def- commented 9 years ago

I'm not sure if this is supposed to work. I'm trying to build https://github.com/ckkashyap/nim-xv6 (reimplementation of a UNIX) and the compilation fails because of --os:standalone and --threads:on being used together. I did some changes, just to get it compiled, but I'm pretty sure they're wrong: https://github.com/def-/Nim/commit/419a7624e4f31728b0643e0e429f3088861d336a

def- commented 9 years ago

Already fixed in current devel, my bad.