]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add undocumented -debug-actiongraph flag to dump action graph
authorRuss Cox <rsc@golang.org>
Mon, 9 Oct 2017 18:37:11 +0000 (14:37 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 10 Oct 2017 00:19:37 +0000 (00:19 +0000)
commit0174858c71789365dc3550916916d43490a900fc
tree4c5ac92692ea3f74b71bdf44b0bc229e266bfc25
parent966c459fa437e9b2678a08f11e15db7b97c99481
cmd/go: add undocumented -debug-actiongraph flag to dump action graph

This will be useful for debugging but is intentionally
undocumented and not guaranteed to persist in any
particular form.

Change-Id: I60710a1e94cfc2ce31fe91fc268c51985060f8df
Reviewed-on: https://go-review.googlesource.com/69330
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/internal/cfg/cfg.go
src/cmd/go/internal/run/run.go
src/cmd/go/internal/test/test.go
src/cmd/go/internal/work/build.go