-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[5.4][PackageLoading] replace "Next" with "5.4" according to notes left previously #3170
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
[5.4][PackageLoading] replace "Next" with "5.4" according to notes left previously #3170
Conversation
707e3a4
to
7a26bbe
Compare
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.
Thanks!
@swift-ci please smoke test |
Would you mind also opening a separate PR for |
Sure. I was thinking of cherry-picking this the commit to |
Looks like a full test is required for 5.4... |
@swift-ci please test |
@swift-ci please smoke test |
7a26bbe
to
7f2c159
Compare
Sorry I found a single space that I forgot to remove in line 444 of |
…uctions left previously Also added `ToolsVersion.v5_4`.
7f2c159
to
e03ffa3
Compare
Just removed a few more spaces from around the same place. This is my last modification to this PR. No more changes unless requested. Sorry for disrupting the tests! |
@swift-ci please test |
Empty lines before the Swift tools version specification comment are not supported for Swift < 5.4.
@swift-ci please test |
I have also tested locally with a patch of this, and all the tests pass. I think this is good to be nominated. |
|
@swift-ci please test macOS |
Looking into the error here. Note: PR #3194 is the most critical one to get in; this is important clean-up in addition to that, but not as critical in the short term. |
The fixes have landed, so this should succeed now. Builds are rerunning. |
This one should now be ready to merge. @tomerd I think there were just a couple of comment tweaks in the tests since you approved it. All good to merge to 5.4 branch? |
👍 |
#2937 used "Next" and
ToolsVersion.vNext
because at that point it was unconfirmed what the next version of Swift was. Now that the 5.4 branch is cut, I corrected all the references to Swift Next to Swift 5.4, according to rules I wrote in the comments in the previous PR.EDIT: By "all the references to Swift Next", I mean all those introduced in #2937. There are other "Next" and
.vNext
not changed by this PR.