Skip to content
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

Deprecate sync methods in RegistryDownloadsManager #8323

Merged

Conversation

plemarquand
Copy link
Contributor

Deprecate the synchronous methods in RegistryDownloadsManager and move the logic from the existing sync methods to the async methods.

The synchronous methods in RegistryDownloadsManager will now warn when used. After some time they can be removed completely.

This patch follows the same refactoring conventions as #8263

Deprecate the synchronous methods in RegistryDownloadsManager and move
the logic from the existing sync methods to the async methods.

The synchronous methods in RegistryDownloadsManager will now warn when
used. After some time they can be removed completely.

This patch follows the same refactoring conventions as
swiftlang#8263
@plemarquand plemarquand force-pushed the asyncify-registry-download-manager branch from 1cfeb47 to c03895f Compare March 3, 2025 21:27
@plemarquand
Copy link
Contributor Author

@swift-ci please test

@plemarquand
Copy link
Contributor Author

@swift-ci test windows

@plemarquand plemarquand merged commit 2d03ce7 into swiftlang:main Mar 5, 2025
5 checks passed
@plemarquand plemarquand deleted the asyncify-registry-download-manager branch March 5, 2025 14:30
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