]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: show warnings about symlinks only for patterns containing ...
authorRay Wu <ray@liftoff.io>
Tue, 20 Apr 2021 17:41:37 +0000 (10:41 -0700)
committerBryan C. Mills <bcmills@google.com>
Tue, 27 Apr 2021 18:17:01 +0000 (18:17 +0000)
commitbd2175e1b1369bce59cdceb9282c817802a87746
tree414e6f921ab24b48f891d1351b2b50dc8e0147a3
parent222101549a1b0d9810e2069f776c92b6807a739d
cmd/go: show warnings about symlinks only for patterns containing ...

Go commands show a warning message any time a pattern is expanded and a
symlink to a directory is encountered. For monorepo with non Go projects
using symlinks underneath, the output of go commands could be spammed by
this warning.

This commit includes the behavior change to only print this warning when
there's a pattern containing ... .

Fixes #35941

Change-Id: I094da2628bcd47b86fee8c6529d1066aa013a43b
Reviewed-on: https://go-review.googlesource.com/c/go/+/311890
Run-TryBot: Caleb Spare <cespare@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Trust: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/modload/search.go
src/cmd/go/internal/search/search.go
src/cmd/go/testdata/script/list_symlink_issue35941.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_tidy_symlink_issue35941.txt [new file with mode: 0644]