Skip to content

[Caching] Move per-query CAS state out of the SwiftDependencyScanningService #82556

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
Jun 27, 2025

Conversation

cachemeifyoucan
Copy link
Contributor

Move per-query state out of ScanningService. There is still a check to make sure the CASOptions are matching between queries because of the requirement on clang scanner. Otherwise, the scanning service should contain no per-query information anymore.

Resolves: #82490

…Service

Move per-query state out of ScanningService. There is still a check to
make sure the CASOptions are matching between queries because of the
requirement on clang scanner. Otherwise, the scanning service should
contain no per-query information anymore.

Resolves: swiftlang#82490
@cachemeifyoucan
Copy link
Contributor Author

@swift-ci please smoke test

Copy link
Contributor

@artemcm artemcm left a comment

Choose a reason for hiding this comment

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

Very nice, thank you!

@cachemeifyoucan cachemeifyoucan merged commit 439bd97 into swiftlang:main Jun 27, 2025
3 checks passed
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.

Move per-query CAS state out of the SwiftDependencyScanningService
2 participants