Jonathan Grynspan

Results 522 comments of Jonathan Grynspan

Looks like Windows has a compile-time complaint about the constness of C function pointers.

Thanks for filing! Some thoughts in no particular order… Unfortunately, forking is _not_ cheap on all platforms. In fact, it's not possible at all on platforms like iOS where process...

Spinning up a separate simulator for each test would definitely disprove the "forking is cheap" theorem. 😁

That command spawns a process in the simulated environment. It does not fork an existing process (nor the simulator itself.) Spinning up a whole simulator is expensive and would not...

Tracked internally with rdar://106832903. Using this OSS issue to track going forward.

Thank you for filing! It would be very helpful if, instead of writing "SSIA", you could give us more information about the problem you're seeing. In this case, please tell...