[go-nuts] Re: proposal: ignore stale information in go list -find -json

2021-05-12 Thread Manlio Perillo
I was suggesting to not use work.Builder in the go list command, even in case the -json flag is specified or the -f flag contains the ".Stale" string. I'm not sure about the -f flag, however, since it is an explicit request from the user. On the other hand, if the user specified the -find

[go-nuts] Re: proposal: ignore stale information in go list -find -json

2021-05-12 Thread 'Bryan C. Mills' via golang-nuts
https://golang.org/issue/29666 (still open) is the general issue for avoiding unnecessary work in 'go list'. It isn't obvious to me which kind of stale information we can omit for 'go list -find' in particular. On Wednesday, May 12, 2021 at 4:11:14 AM UTC-4 manlio@gmail.com wrote: > The