-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Concurrency] Rename Job to ExecutorJob, ease transition with typealias #65006
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
Conversation
@swift-ci please smoke test |
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
Added the special handling in |
@swift-ci please smoke test |
@swift-ci please clean smoke test macos |
Renaming job sadly overlapped with adding a test which used job type in message... re-running with adjustment. |
@swift-ci please smoke test |
Our good ol' random failure friend: macos.swiftinterface:4:8: error: no such module 'Combine' |
@swift-ci please smoke test macos |
According to SE review, we want to not take over the
Job
name.This attempts to first introduce a typealias, and then we could maybe remove
Job
entirely.Looking for input if this strategy makes sense.