Closed krux02 closed 5 years ago
Should be easy to fix in case anyone wants to give it a try. I'm guessing it's caused by the \0
no longer being accessible in strings. So:
version.nim
yes it's an easy fix, but I haven't fully figured out how nimble is actually build with ./koch tools
. How do I apply a fix and install that changed nimble version locally?
nimble install
in nimble's source code directory.
I guess that it's just a matter of changing this line:
if version != "" and i < s.len:
into this:
if version != "" and i < s.len - 1:
@LemonBoy yes it is
This is my config for a long time now. I didn't change anything recently.
This is the strack trace of
nimble build