-
Notifications
You must be signed in to change notification settings - Fork 10.5k
CapturePropagation: Can't forward to a function if it is not swift co… #14640
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
CapturePropagation: Can't forward to a function if it is not swift co… #14640
Conversation
…nvention compatible This causes breakage in check-swift-optimize_size on a release stdlib bot. Test case to follow.
@swift-ci Please smoke test |
stdlib/NSValueBridging.swift.gyb |
FYI @nkcsgexi |
@swift-ci Please smoke test and merge |
1 similar comment
@swift-ci Please smoke test and merge |
Timeout :( |
@swift-ci Please smoke test linux |
@shahmishal Two timeouts in a row Last one was here: https://ci.swift.org/job/swift-PR-Linux-smoke-test/4462/consoleFull#-18214046597673623-2881-452e-8a87-fc2a90be9a24 |
@swift-ci Please smoke test linux |
Looks like we have a test taking 30+mins to complete. |
Tests seem passing. Merged. |
Please file a bug on bugs.swift.org for test causing the issue. |
…nvention compatible
This causes breakage in check-swift-optimize_size on a release stdlib
bot.
Test case to follow.