-
Notifications
You must be signed in to change notification settings - Fork 10.5k
🍒[5.7][Distributed] Guard ID synthesis from happening multiple times #42578
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
🍒[5.7][Distributed] Guard ID synthesis from happening multiple times #42578
Conversation
…ple times; e.g. during multi module builds
@swift-ci please test |
|
Not everything included in main has been cherry-picked to 5.7 so it might be something missing. |
Yeah there's quite a few ~5 PRs waiting on 5.7, main and the other 5.7 branch have way more: https://github.com/apple/swift/pulls?q=is%3Apr+is%3Aopen+label%3ADistributed+draft%3Afalse+base%3A%22release%2F5.7%22+ So I'm thinking this is likely fixed since on 5.7-04182022 things seem good. |
@swift-ci please test |
nice catch! |
Description: Avoid synthesising the ID property many times in case of multi module builds.
Risk: Low
Review by: @DougGregor @kavon
Testing: Verified using sample app; unit tests
Original PR: #42577
Radar: rdar://92162535