]> Cypherpunks repositories - gostls13.git/commit
go/build: update deps list
authorRuss Cox <rsc@golang.org>
Thu, 23 Jul 2015 16:20:18 +0000 (12:20 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 27 Jul 2015 16:06:01 +0000 (16:06 +0000)
commit9c55792cf1bfa3cd26f9df99f8a251fa1cf3c3b7
tree721c8d5e5b452c8a4b95b148a5d689f532a0a3ad
parentf6fb549d22a66516ae96720e9a322aad80d0aaa7
go/build: update deps list

A while back we discovered that the dependencies test allowed
arbitrary dependencies for packages we forgot to list.
To stop the damage we added a grandfathered list and fixed
the code to expect unlisted packages to have no dependencies.

This CL replaces the grandfathered list with some more
careful placement of dependency rules.

Thankfully, there were no terrible inversions.

Fixes #10487.

Change-Id: I5a6f92435bd2c66c47ec8ab629edbd88b189f028
Reviewed-on: https://go-review.googlesource.com/12575
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/go/build/deps_test.go