You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above "invalid command line option" should be --nimcache:nimcache/r_haiku_amd64, not that example above.
This issue is completely absent on Windows and Linux, so I decided to look at generated code on all three systems and compare it source written on Nim.
On all three systems the generated code is similar to each other (aside the string numbers on Windows):
$ nim -v
Nim Compiler Version 1.1.1 [Windows: amd64]
Compiled at 2020-01-03
Copyright (c) 2006-2019 by Andreas Rumpf
git hash: 0ecb709cbeec2e77d6ce8dae251270a7d1e3826e
active boot switches: -d:release
The text was updated successfully, but these errors were encountered:
Attempt to bootstrap with
boot
results in weird error, where symbol ':' is somehow replaced by '/'. I tried to trace the error with my own hands.koch.nim, begins at line 321
Current Output
Expected Output
The above "invalid command line option" should be
--nimcache:nimcache/r_haiku_amd64
, not that example above.This issue is completely absent on Windows and Linux, so I decided to look at generated code on all three systems and compare it source written on Nim.
On all three systems the generated code is similar to each other (aside the string numbers on Windows):
Windows:
Linux:
Haiku:
The problem strings...
...are similar too. So i didn't localize the problem, but found a temporary solution:
Possible TEMPORARY Solution
Was:
Will be:
Additional Information
The text was updated successfully, but these errors were encountered: