Jonathan Grynspan

Results 522 comments of Jonathan Grynspan

I'm aware Wasm is a valid Embedded Swift target, but I don't think we could reasonably qualify our support for Embedded Swift with _just_ Wasm. We already have affordances for...

Thanks for the suggestion! We have a lot of options for hardware to test on; Raspberry Pi as suggested in the description above is just a well-known example. I suspect...

As I wrote earlier, Raspberry Pi is just an example and hardware selection is going to be at each contributor's discretion.

Our code does not build for Embedded Swift yet. We expect (heh) to initially require allocating/locking in our minimum supported configuration.

I'm not bothered! There are a number of compiler-side changes we need before we can begin supporting features of Swift Testing in Embedded Swift. This work is not planned for...

This PR is a proof-of-concept. At this time, I'm not planning to merge it. See the PR description for more details.

~~@jrflat Can we get this cherry-picked to release/6.0 for the next dot release?~~ n/m just saw https://github.com/swiftlang/swift-foundation/pull/983

The XML output provided by Swift Testing matches what is provided by XCTest. We aren't currently planning to add additional functionality here as we don't have proper XML output for...

> Surely, it matches the XCTest, even surpassing it in that it actually works without giving the parallel flag and without telling you that the flag is required for it...