tools/go/packages
Ian Cottrell 7ebc57ba19 go/packages: remove DepOnly from the raw package
All the other members of raw package are stable for any given package,
DepOnly relates to the query patterns, not thepackages.
Instead the raw functions now return the set of roots matched

Other minor changes included:
rawConfig.ExtraFlags -> rawConfig.Flags
delete rawConfig.Context

Change-Id: I3a729fa4557043f65da386eed94ab46fdfacb8ad
Reviewed-on: https://go-review.googlesource.com/127035
Reviewed-by: Michael Matloob <matloob@golang.org>
2018-08-01 17:19:07 +00:00
..
gopackages go/packages: fix the gopackages command 2018-07-25 23:55:34 +00:00
doc.go go/packages: add Flags to Config 2018-07-27 19:51:41 +00:00
golist.go go/packages: remove DepOnly from the raw package 2018-08-01 17:19:07 +00:00
golist_fallback.go go/packages: remove DepOnly from the raw package 2018-08-01 17:19:07 +00:00
packages.go go/packages: remove DepOnly from the raw package 2018-08-01 17:19:07 +00:00
packages110_test.go go/packages: switch fallback implementation to use go list 2018-07-26 16:53:35 +00:00
packages_test.go go/packages: make a test Errorf into Fatalf 2018-07-31 19:12:26 +00:00
raw.go go/packages: remove DepOnly from the raw package 2018-08-01 17:19:07 +00:00
stdlib_test.go go/packages: changes to the API per CL 125305 2018-07-25 00:10:29 +00:00