]> Cypherpunks repositories - gostls13.git/commit
cmd/go: log failures to remove workdir
authorBryan C. Mills <bcmills@google.com>
Thu, 11 Apr 2019 20:35:56 +0000 (16:35 -0400)
committerBryan C. Mills <bcmills@google.com>
Thu, 11 Apr 2019 21:12:56 +0000 (21:12 +0000)
commitccaa4913864d49137012d04a0cd3ddf2d8ffc015
tree1d3f00442b32c885f6c4bd6404615a7b8288b714
parentab2a0803383f0f019db0b2252095f2fdb7735cea
cmd/go: log failures to remove workdir

Failures here don't otherwise affect the build, but they do cause a
slow file leak in the user's temp directory. The user deserves at
least a cursory warning that something may be amiss.

Updates #30789

Change-Id: Id0e72b1967e7f7c88cdc94d532554496653f264b
Reviewed-on: https://go-review.googlesource.com/c/go/+/171764
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/work/action.go