Normalize implementation versions for past major versions to match Swift 6.0 #2335
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR normalizes the implementation versions for past major versions to match the LSG decision to use '6.0' for the upcoming release, to differentiate from Swift language modes.
I went back to original release announcement blog posts which list proposals implemented to verify that these proposals were part of the appropriate '.0' release.
Although a large number of files change, the changes are all one of the following:
(Swift 3)
->(Swift 3.0)
(Swift 4)
->(Swift 4.0)
(Swift 5)
->(Swift 5.0)
This change will make the version filter interface on the Swift Evolution dashboard consistent, instead of mixing major release versions with and without a '.0'.
I have put up a PR for swift.org to update the list of filters. swiftlang/swift-org-website#557
From @rjmccall in #2328: