]> Cypherpunks repositories - gostls13.git/commit
cmd/go: report possibly-relevant ignored symlinks during pattern match
authorRuss Cox <rsc@golang.org>
Thu, 22 Jun 2017 20:52:26 +0000 (16:52 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 23 Jun 2017 15:01:38 +0000 (15:01 +0000)
commitf3e82e045e7e2d95f416801aa07a82a3e1338d77
tree66e35076fd30c311398975214e88ae9df4e827f2
parent78a11c21ab74e5bfb229f383b4b53621fe8aed63
cmd/go: report possibly-relevant ignored symlinks during pattern match

We can't follow symlinks for fear of directory cycles and other problems,
but we can at least notice potentially-relevant symlinks that are being
ignored and report them.

Fixes #17662.

Change-Id: I1fce00bd5b80ea8df45dac8b61bfa08076ec5f4b
Reviewed-on: https://go-review.googlesource.com/46425
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go
src/cmd/go/internal/load/search.go