Jonathan Grynspan

Results 522 comments of Jonathan Grynspan

@swift-ci please test linux

Merging. Windows failure is a known toolchain issue.

Looks good. Documentation only, so skipping CI.

We'd love to support WASI/WASM! Are you able to build to a point where you can see failures in swift-testing yet, or are you blocked by the swift-syntax failures? (Our...

Thank you for the additional info, Max. 🙂 I said swift-syntax because the failures were reported against that package. I understand the nature of the failure here, and that the...

Do you have a specific interface in mind here, @dabrahams?

As an administrative thing, I'm going to mark issues asking for new platform support as _enhancements_ rather than _bugs_. (Carry on!)

If we extend what we've done with `#expect(throws:)`, it might be natural to have: ```swift #expect { ... } records: { issue in ... } ``` As an even more...

The second closure would return `true` if the issue matched what was expected to be recorded, and `false` for other issues. This is how `#expect {} throws: {}` handles errors....