-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.modules
Milestone
Description
In reviewing https://golang.org/cl/169637, I noticed that one of the larger files added in https://golang.org/cl/164623 is src/vendor/golang.org/x/text/unicode/norm/maketables.go
, which is tagged // +build ignore
.
Such files are never included as part of the build graph and explicitly ignored by go mod tidy
(#29598), so we should filter them out, much as we already filter out test sources and data (see https://golang.org/cl/122256).
CC @jayconrod @mpvl; compare #25873; contrast #26366.
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.modules