-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[CSBindings] Let producer record a binding for a hole #35044
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
As a step towards making binding inference more incremental, let's make producer responsible for adding hole type binding instead of doing so in `finalize`.
@swift-ci please test source compatibility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
I'm going to push a small NFC cleanup to |
…g constraint system from bindings
@swift-ci please clean test |
@swift-ci please test source compatibility |
Build failed |
@swift-ci please test Linux platform |
Build failed |
Build failed |
@swift-ci please test macOS platform |
@swift-ci please test Linux platform |
Build failed |
@swift-ci please test Linux platform |
Build failed |
Build failed |
@swift-ci please clean test Linux platform |
@swift-ci please clean test macOS platform |
Build failed |
@swift-ci please test macOS platform |
As a step towards making binding inference more incremental, let's
make producer responsible for adding hole type binding instead of
doing so in
finalize
.