-
Notifications
You must be signed in to change notification settings - Fork 120
Remove experimental spi from issue severity #1247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: