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
md5: fb707bc1bb7a2159272853878861b9b0
Issue Description:
From projects in the source compatibility suite the stress tester runs on, all the below cases say the refactoring is applicable but hit the errors shown:
response: error response (Request Failed): .../swift-source-compat-suite/project_cache/ACHNBrowserUI/ACHNBrowserUI/ACHNBrowserUI/packages/Backend/Sources/Backend/environments/Items.swift:133:9: error: cannot refactor as callback closure argument missing self.spotlightQueue.async { ^
response: error response (Request Failed): /Users/nhawes/github/swift-source-compat-suite/project_cache/ACHNBrowserUI/ACHNBrowserUI/ACHNBrowserUI/SceneDelegate.swift:65:13: error: cannot refactor as callback closure argument missing DispatchQueue.main.asyncAfter(deadline: .now() + 0.4) { ^
response: error response (Request Failed): /Users/nhawes/github/swift-source-compat-suite/project_cache/Dollar/Sources/Dollar.swift:219:9: error: cannot refactor as callback closure argument missing queue.asyncAfter(deadline: .now() + interval, execute: function) ^
The first two seem like they could work, the last seems like it shouldn't be applicable.
The text was updated successfully, but these errors were encountered:
@swift-ci create
Sorry, something went wrong.
Fixed in #37071.
ahoppen
No branches or pull requests
Additional Detail from JIRA
md5: fb707bc1bb7a2159272853878861b9b0
Issue Description:
From projects in the source compatibility suite the stress tester runs on, all the below cases say the refactoring is applicable but hit the errors shown:
The first two seem like they could work, the last seems like it shouldn't be applicable.
The text was updated successfully, but these errors were encountered: