-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This CL establishes the documented (but previously false) invariant that Load does not mutate Config. The stateful fields have been moved: - gocmdRunner is moved to golistState; - goListOverlayFile is now a parameter of driver. In principle a non-standard driver might use this field (as suggested by the Config.Overlay documentation) but today none does. Nonetheless WriteOverlays is now called before the external driver. Fixes golang/go#67702 Change-Id: Ifc8a5228aecc6bcb6240ac82e2be3a514f03637e Reviewed-on: https://go-review.googlesource.com/c/tools/+/625475 Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Robert Findley <rfindley@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
- Loading branch information
Showing
3 changed files
with
38 additions
and
43 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
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