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

Add key() method to ToolchainContext. #11337

Closed
wants to merge 1 commit into from

Conversation

katre
Copy link
Member

@katre katre commented May 8, 2020

Based on #11336

Cleanup leading to toolchain transitions, #10523.

@@ -485,11 +485,11 @@ public SkyValue compute(SkyKey key, Environment env) throws ConfiguredTargetFunc
configuration.getFragmentsMap().keySet(),
BuildOptions.diffForReconstruction(defaultBuildOptions, toolchainOptions));

Map<String, UnloadedToolchainContextKey> unloadedToolchainContextKeys = new HashMap<>();
Map<String, ToolchainContextKey> unloadedToolchainContextKeys = new HashMap<>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or maybe this PR is the right time to change these var names? (:

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in #11336.

Cleanup leading to toolchain transitions, bazelbuild#10523.
@bazel-io bazel-io closed this in bd7abd6 May 12, 2020
@katre katre deleted the tck-02-key-method branch May 12, 2020 17:25
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.

3 participants