Skip to content

Add 'any' to generated test runner code #7705

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

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

glbrntt
Copy link
Contributor

@glbrntt glbrntt commented Jun 24, 2024

Using the upcoming existential any feature via
'-Xswiftc -enable-upcoming-feature -Xswiftc ExistentialAny' causes build failures on non-Darwin platforms as a test observer class is generated which doesn't use explicit 'any'.

This is an issue for library maintainers who want to enforce this in CI.

Using the upcoming existential any feature via
'-Xswiftc -enable-upcoming-feature -Xswiftc ExistentialAny' causes build
failures on non-Darwin platforms as a test observer class is generated
which doesn't use explicit 'any'.

This is an issue for library maintainers who want to enforce this in CI.
@MaxDesiatov
Copy link
Contributor

@swift-ci test

@MaxDesiatov MaxDesiatov merged commit 39c384a into swiftlang:main Jun 25, 2024
5 checks passed
@MaxDesiatov MaxDesiatov added swift test Changes impacting `swift test` tool bug labels Jun 25, 2024
@glbrntt glbrntt deleted the existential-any-runner branch June 25, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug swift test Changes impacting `swift test` tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants