LIU Hao wrote: > Sorry for the late reply; had been busy managing to build libgomp without > winpthreads these days. > > Patch 0004 is indeed not unusual; the parent process should read from the > pipe until EOF or an error, and > only then can it wait for the child process. Of course the > `write(STDOUT_FILENO, buf, size);` part is a > good improvement.
Feel free to drop 0004 entirely. > If these pass the CI, I can push them tomorrow. Thank you! I don't expect any issues since original patches from "Update assert() implementation" passed CI, and the only change in this version is conversion logic in `_wassert`. Pali: Can you send you emulation for `_set_error_mode` separately? I have WIP follow-up change which makes `_wassert` call it in order to choose proper code page for conversion. - Kirill Makurin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
