László Várady
László Várady
This is a really interesting addition that we could build upon in syslog-ng. I wonder how this approach fits into the ivykis world. The behavior of the completion callback might...
I've completed my tests on the platforms that were available to me. It seems nothing got worse with this change, just slightly better, for example, on macOS. @scottt What do...
@jwakely Thank you.
@scottt Could you have a look at this?
We had to start using a [fork](https://github.com/MrAnno/debugbreak/) of debugbreak due to this build issue on macOS.
Oh, I see. Thank you for the insight.
Update for Debian/Ubuntu: A special `2.3.3git1` version is officially supported. https://repology.org/project/criterion/versions
@Snaipe Considering the original API (`cr_assert_{stdout, stderr}_*()`), I think Criterion could behave a bit more intuitively. My understanding is that a `fdopen()`-ed `FILE *` will not block after EOF, it...
To be precise, `fread()` produces an `ferror` (Resource temporarily unavailable) instead of `feof` in those cases.
I think the SDK version is determined by the toolchain that is installed in your environment (Xcode), `MacOSX10.15.sdk` is not hardcoded by Criterion, it was auto-detected somehow on your system....