Remove experimental spi from issue severity#1247
Conversation
|
@swift-ci please test |
|
To enable the posting of issues with warning severity to event handlers, we need to also change |
But only for |
Compatibility with older event stream versions is handled by this entry point logic: swift-testing/Sources/Testing/ABI/EntryPoints/EntryPoint.swift Lines 625 to 628 in f0047e6 |
/// @available(Swift, introduced: 6.3) /// }
|
@stmontgomery I think that |
I don't think it is; maybe we're talking about different things. I'm referring to this line in |
iamleeg
left a comment
There was a problem hiding this comment.
Small but important issues in the documentation.
10ddbe1 to
bf005b0
Compare
Fix test: issueCountSummingAtRunEnd which was broken by #1247 Enabling warnings by default broke the test: issueCountSummingAtRunEnd. This fixes that. ### Modifications: I updated the expected output to contain warnings. ### 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.
Remove experimental spi from issue severity
Motivation:
The Issue Severity proposal was approved.
https://github.com/swiftlang/swift-evolution/blob/main/proposals/testing/0013-issue-severity-warning.md
Modifications:
Removed experimental spi from issue severity and updated comments.
Checklist: