]> Cypherpunks repositories - gostls13.git/commit
cmd/go: always include action mode in trace name
authorMichael Pratt <mpratt@google.com>
Wed, 28 Feb 2024 20:25:40 +0000 (15:25 -0500)
committerMichael Pratt <mpratt@google.com>
Thu, 7 Mar 2024 21:49:37 +0000 (21:49 +0000)
commitc57b18b48f434c305679290ce05a42a46082c598
treedafd2266643cc4a2f6588e8f0f218705ea3d0bb5
parentcb733da42c582bfce9387a4811e8b757b058d1b6
cmd/go: always include action mode in trace name

For actions with no package, the title "Executing action" is extremely
vague. Add the action mode so that there is some differentiation.

Change-Id: If6dcf81c7cd1f19a9532e56dd9f88abd1182ea97
Reviewed-on: https://go-review.googlesource.com/c/go/+/567936
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/go/internal/work/exec.go