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

Change ComponentTreeDepsIrCreator to use linkedSetOf instead of mutableSetOf. #3009

Merged
merged 0 commits into from Nov 11, 2021

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Nov 10, 2021

Change ComponentTreeDepsIrCreator to use linkedSetOf instead of mutableSetOf.

This isn't a functional change since mutableSetOf returns a LinkedHashSet, but it's better to be explicit about it since we depend on the order.

RELNOTES=N/A

@google-cla google-cla bot added the cla: yes label Nov 10, 2021
@copybara-service copybara-service bot changed the title Change ComponentTreeDepsIrCreator to use linked set to preserve ordering of @ComponentTreeDeps.aggregatedDeps. Change ComponentTreeDepsIrCreator to use linkedSetOf instead of mutableSetOf. Nov 11, 2021
@copybara-service copybara-service bot closed this Nov 11, 2021
@copybara-service copybara-service bot merged commit 3703588 into master Nov 11, 2021
@copybara-service copybara-service bot deleted the test_408991462 branch November 11, 2021 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants