Commit 74f2c74
Add isFailure to ABI.EncodedIssue (#1211)
This adds `isFailure` to `ABI.EncodedIssue`
### Motivation:
Clients need to know if an issue is failing so that they know how to
handle it.
### Modifications:
This adds `isFailure` to `ABI.EncodedIssue`
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
---------
Co-authored-by: Jonathan Grynspan <[email protected]>1 parent 5fd38df commit 74f2c74
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| |||
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| 58 | + | |
53 | 59 | | |
54 | 60 | | |
55 | 61 | | |
| |||
0 commit comments