1
0
mirror of https://github.com/golang/go synced 2024-10-01 10:28:31 -06:00
go/refactor/importgraph
Alan Donovan fa833fdef5 refactor/importgraph: changes for vendor support
Each string in build.Package.{,Test,XTest}Imports must now be
interpreted relative to the Package.Dir.  This adds a ton of
redundant I/O.

Also:
- use a counting semaphore to limit concurrent I/O calls
  (Fixes golang/go#10306)
- remove obsolete call to runtime.GOMAXPROCS from the test.

Change-Id: Ic556c4cf41cce7a88c0158800c992e66f354c484
Reviewed-on: https://go-review.googlesource.com/18050
Reviewed-by: Russ Cox <rsc@golang.org>
2015-12-18 20:17:50 +00:00
..
graph_test.go refactor/importgraph: changes for vendor support 2015-12-18 20:17:50 +00:00
graph.go refactor/importgraph: changes for vendor support 2015-12-18 20:17:50 +00:00