You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused "override comment" from ConditionTrait implementation (#1036)
This removes a mechanism in the implementation of `ConditionTrait` for a
condition closure to provide an "override" comment.
### Motivation:
While reviewing a draft evolution proposal for `ConditionTrait`
(swiftlang/swift-evolution#2740) I realized that
we don't use this "comment override" mechanism anywhere in the testing
library. I believe we did back when it was first added, but it's no
longer used.
Removing this would allow the public API being proposed above to be
simplified: the `evaluate()` method could return `Bool` instead of a
tuple.
### 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.
0 commit comments