-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary layer of indirection in
ActionEnvironment
.
Make `ActionEnvironment` itself an abstract class to capture the simple and compound cases and remove the internal `EnvironmentVariables` interface. There's likely more potential memory savings around this class which I am investigating. PiperOrigin-RevId: 530881470 Change-Id: I7df44faac3e94046d552f9392165dbb5ca6badf0
- Loading branch information
1 parent
6945edd
commit df728bd
Showing
2 changed files
with
121 additions
and
185 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
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