Dimitri Fourny
Results
2
issues of
Dimitri Fourny
Hello, It doesn't compile on MacOS 12.0.1 because if `POSIX_C_SOURCE` is defined, `pthread_setname_np()` will not be declared in `pthread.h`. I have added that in `thpool.c` to make it works, not...
If a file contains an unsupported UTF-8 character, it will break the full `runner.py` script. Ignoring the unwanted characters seems to be the best solution.