Peter Munch-Ellingsen

Results 402 comments of Peter Munch-Ellingsen

Not sure why you say it isn't ARC specific. It works fine with the default GC, but it appears to evaluate `when T is SomePointer` as false (the C code...

Ah I see what you mean. So fixing it would mean ARC would work and non-ARC would actually use the pointer is `nil` optimisation, both of which I assume have...

I've ran into the same issue while evaluating c2nim performance for embedding into Futharks macro translation. This test case from Futhark: ```c #define TEST_PLAIN_INT (123) #define TEST_PLAIN_LONG (-2147483648L) #define TEST_PLAIN_LONGLONG...

Do you have a full error? That is only a small part of the error messages.

Yeah, the editor shortens the message, sometimes to the point where it is useless.. The actual problem here is at the end: ``` Error: interpretation requires too many iterations; if...

You just `import` the module containing the Futhark code, it will cache the output so once you've run it once it's basically a no-op unless you change anything. Those errors...

It shouldn't make a difference, but could you try to remove the `:` after `path`? It's not supposed to be there. Not sure what might be causing this, and without...

I fixed a SIGSEGV bug today with the 0.13.4 release, could you try that and see if it is the same one?

The problem is actually not the wrapper, but Futharks code itself. There's a bug in Nim where the target is the only thing deciding whether or not the os module...

Seconded: https://github.com/PMunch/notificatcher/issues/2, pretty please :)