Stuart Montgomery

Results 90 comments of Stuart Montgomery

If the page reloads when the URL changes, could the '+' and '-' links simply update the URL and let the watcher take care of loading the page? To work...

Thank you @jeffdav! Appreciate the helpful contribution. I have several comments so far and will take a second pass tomorrow

> I think we've landed this as tools SPI? This issue is tracking adding that ability on a per-test or -suite level, likely via a trait

Thanks @dabrahams. swift-testing currently has a set of APIs named `withKnownIssue` which are meant to serve this purpose. See documentation at: >https://swiftpackageindex.com/apple/swift-testing/0.1.0/documentation/testing/expectthrows#recording-known-issues-in-tests Can you check whether `withKnownIssue` meets your needs?...

Any chance you could provide a small example of the usage scenario you have in mind? Just to help us understand your use case a bit better. Are you attempting...

Thank you. I think we understand the use case better here, now. We think it _could_ be useful to improve this area, but consider this fairly niche and not a...

I suspect this could be a duplicate of https://github.com/swiftlang/swift/issues/79202 We added a workaround to Swift Testing (in https://github.com/swiftlang/swift-testing/pull/949) to suppress this warning when certain syntax (such as `?`) are seen...