forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline
JavaInfo
internal providers as fields instead of a `Transiti…
…veInfoProviderMap` This makes progress towards rewriting `JavaInfo` in Starlark. The primary purpose of this (and the next few changes) is to first make the native provider resemble what the Starlark implementation will eventually look like. This has two benefits: - Early identification of potential blockers - i.e. required refactoring or API changes - Ensure we won't eventually cause a performance regression[^1] This does make the class look worse but only temporarily - most of this code will go away once we switch over the Starlark provider. PiperOrigin-RevId: 534754632 Change-Id: Ib5f776357b290e1f03e0c4e318c5a3c8bd331773
- Loading branch information
1 parent
12cb338
commit a31baa0
Showing
1 changed file
with
78 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters