Skip to content

Emit a deprecation warning for --skip-update #7229

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
Jan 9, 2024
Merged

Conversation

neonichu
Copy link
Contributor

@neonichu neonichu commented Jan 4, 2024

rdar://117765416

@neonichu neonichu self-assigned this Jan 4, 2024
@neonichu
Copy link
Contributor Author

neonichu commented Jan 4, 2024

@swift-ci please test

@@ -395,6 +395,10 @@ public final class SwiftTool {
return workspace
}

if options.resolver.skipDependencyUpdate {
self.observabilityScope.emit(warning: "'--skip-update' option is deprecated and will be removed in a future release")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a replacement for --skip-update? What exactly should be used instead of it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no replacement for it since it never really did what people wanted. Eventually maybe something like #4705 could be used as a replacement.

@neonichu neonichu merged commit f46417c into main Jan 9, 2024
@neonichu neonichu deleted the deprecate-skip-update branch January 9, 2024 21:59
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