Jonathan Grynspan

Results 522 comments of Jonathan Grynspan

Alas, because `swift test` spawns a child process without creating a PTY or signal forwarding or anything like that, we can't implement `SIGINFO` support for typical workflows without first making...

There's not really a viable way to ignore `SIGPIPE` only on the pipes we own, but we can look at switching to a Unix socket instead for the back channel...

@stmontgomery I vaguely recall this _might_ have been intentional... do you know when/why this changed?

Thanks, I'll address those and ping you when it's ready to try again.

`sig_t` is not a portable spelling, need a custom `typedef`.

@finagolfin I believe I've got all the availability annotations in place now.

Qt PR to add module maps: https://codereview.qt-project.org/c/qt/qtbase/+/674683

Filed https://bugreports.qt.io/browse/QTBUG-141360

Tracked internally as rdar://142328122.