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

Refactor BindingGraphFactory to build network directly. #4434

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

copybara-service[bot]
Copy link

Refactor BindingGraphFactory to build network directly.

This CL removes the need for BindingGraphConverter and LegacyBindingGraph and builds up the network as part of the resolution. Since the BindingGraphConverter is now only used by LegacyBindingGraphFactory I've renamed it to LegacyBindingGraphConverter.

Note: This has been a change we've wanted to make for a while now but hasn't been possible due to the complexity and brittleness of the resolution logic.
RELNOTES=N/A

@copybara-service copybara-service bot force-pushed the test_667654392 branch 6 times, most recently from 2875061 to 81e28c4 Compare September 16, 2024 17:42
This CL removes the need for `BindingGraphConverter` and `LegacyBindingGraph` and builds up the network as part of the resolution. Since the `BindingGraphConverter` is now only used by `LegacyBindingGraphFactory` I've renamed it to `LegacyBindingGraphConverter`.

Note: This has been a change we've wanted to make for a while now but hasn't been possible due to the complexity and brittleness of the resolution logic.
RELNOTES=N/A
PiperOrigin-RevId: 675217954
@copybara-service copybara-service bot merged commit 3fd9588 into master Sep 16, 2024
@copybara-service copybara-service bot deleted the test_667654392 branch September 16, 2024 18:09
This pull request was closed.
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