Skip to content

Remove unknown context from PredicateTests.Object type name #1368

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 18, 2025

Conversation

jmschonfeld
Copy link
Contributor

Windows swift-ci is currently failing on the swift repo because the name of Object produced by FoundationEssentials does not match the name produced by the unit tests (the context of the type is different, in FoundationEssentials it's unknown but in the unit test file it's based on the file name). To resolve this, I moved Object to the global scope and marked it as internal so its name is consistently FoundationEssentialsTests.PredicateTestObject instead of including a potentially changing intermediate context scope.

@jmschonfeld
Copy link
Contributor Author

@swift-ci please test

@jmschonfeld jmschonfeld merged commit a3b92f8 into swiftlang:main Jun 18, 2025
15 checks passed
@jmschonfeld jmschonfeld deleted the predicate-ci-failure branch June 18, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants