Open bolinfest opened 8 years ago
nim 0.14.3 also doesn't work. is it a dead project?
I am not willing to maintain this project until Nim 1.0 is released.
I am not willing to maintain this project until Nim 1.0 is released.
Nim 1.0 is now released :)
Thank you for the information. Just started to re-learn Nim
Hi there. Is there any hope for this project's revival?
I just submitted #7 that compiles properly with nim 1.x, but the examples in the test directory don't work quite right yet.
In order to get
test/hello.nim
to compile, I had to:expr()
call fromdebug()
calls, sodebug("attr:$1", expr(result))
becamedebug("attr:$1", result)
.Timespec
asfuse.Timespec
, though I'm not sure that's right. I'm just guessing I'm supposed to be using that instead ofposix.timespec
?I'm on OS X. After I build
test/hello.nim
and run it withmkdir /tmp/foo && ./hello /tmp/foo
, I tried runningcat /tmp/foo/hello.txt
, but that failed with:For reference, here is what I see in the console: