-
Notifications
You must be signed in to change notification settings - Fork 129
Tests: ignore XCTest manifest on newer Swift #91
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
Conversation
This is motivated by the desire to build the test suite on Windows. Newer versions of SPM have test discovery which obviates the test manifest, which incidentally repairs the build on Windows while adopting newer functionality and reducing management complexity.
|
@swift-ci please test |
milseman
left a comment
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.
LGTM
|
If we bump the tools version, could we remove the file? |
|
Yes, I was conflicted about that. It seems that it would be better to remove the file - it’s unlikely it will be maintained, test discovery is now default even, so why keep it? But perhaps there are older environments that need to be supported? |
|
We'll likely be bumping the tools version soon. I want to get a |
|
That is fair; what should we do in the meantime? I would like to repair the test suite for Windows. |
|
@milseman Is your plan to bump the tools version all the way to 5.7? |
|
@swift-ci test |
* [OrderedDictionary] modifyValue → updateValue * Update CMakeLists.txt
* [OrderedDictionary] modifyValue → updateValue * Update CMakeLists.txt
This is motivated by the desire to build the test suite on Windows.
Newer versions of SPM have test discovery which obviates the test
manifest, which incidentally repairs the build on Windows while adopting
newer functionality and reducing management complexity.