-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Disable development mode #8139
base: release/6.1
Are you sure you want to change the base?
Disable development mode #8139
Conversation
This will not get approved until we are out of development phase or the Traits proposal gets approved. It is correctly marked 999.0 since it's a development only feature of the manifest. |
Understood. Once we are out of development phase, and if the Traits proposal has not been approved yet, we can revert those changes and adjust accordingly. |
df93234
to
336b52f
Compare
@swift-ci please test |
I think it makes sense to wait for the auto merger to be turned off before doing this in case we have some traits work to push in that will conflict with this. Not sure it's likely but we are also not technically out of developer mode until then either. |
Just getting the PR ready to merge whenever we are ready to merge this |
336b52f
to
0656a1c
Compare
0656a1c
to
59177a4
Compare
Disable development mode on the release.
59177a4
to
2d6358f
Compare
Disable development mode in the release 6.1 branch.
Motivation:
We should never release Swift Package Manager in development mode. So this disables dev mode and brings in the functionality of
999.0
over being introduced specific swift tool version (primarily in tests)Modifications:
Modify
SwiftVersion
isDevelopment
tofalse
and update references to swift tool version999.0
to a specific version.Result:
swift test