Skip to content
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

Have ProviderLookups and MemberInjectorLookups create their dependent bindings early and satisfy delegates later on during initialization #1863

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

copybara-service[bot]
Copy link

Have ProviderLookups and MemberInjectorLookups create their dependent bindings early and satisfy delegates later on during initialization

This ensures that other phases can see the jit bindings they create, notably this is important for OptionalBinder which queries for bindings using getExistingBinding

This will allow us to optimize the way Provider instances are created in a later change.

…dent bindings early and satisfy delegates later on during initialization

This ensures that other phases can see the jit bindings they create, notably this is important for `OptionalBinder` which queries for bindings using `getExistingBinding`

This will allow us to optimize the way `Provider` instances are created in a later change.

PiperOrigin-RevId: 720621327
@copybara-service copybara-service bot merged commit 2a17feb into master Jan 28, 2025
1 check passed
@copybara-service copybara-service bot deleted the test_720284381 branch January 28, 2025 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant