HJarausch

Results 14 comments of HJarausch

> Interesting, definitely share the patches. I'm not entirely sure that I follow what your description means, but I'll be happy to take a look. Is there a canonical URL...

[Latest_Cloned.patch.xz.zip](https://github.com/eteran/nedit-ng/files/2499238/Latest_Cloned.patch.xz.zip)

Sorry for the noise. I had **xbindkeys -p** in the **startup** file, which caused this problem Helmut

It's just your example [parallelForStaged.nim.txt](https://github.com/mratsim/weave/files/6125421/parallelForStaged.nim.txt)

I have a similar problem. I found that **there is no pthread_setaffinity_np** on Android but *Weave* tries to call it which gives a linker error.

Thanks Mamy. Unfortunately it seems to more complicated. There are still other problems - see below First, I've tried a different fix than yours but got an error message *cpu_set(cpu,...

It seems the other way round. Weave uncovers a bug in the recent Nim compiler. I've tried a bit to isolate the problem. I've found that state_machine/decline_thief.nim triggers the error...

I can reproduce this error **iff** I try to compile ``weave/parallel_for.nim`` itself. But, when I compile a nim source file which uses ``parallelFor`` there are no problems at all (...

The bug has been fixed in the current developing version of Nim.