gps icon indicating copy to clipboard operation
gps copied to clipboard

Support empty ProjectRoot

Open sdboyer opened this issue 8 years ago • 1 comments
trafficstars

golang/dep#313 highlighted an issue where things don't behave very well if ProjectRoot is empty. This seems like a case we should explicitly support, though. This is kind of a stub issue for all that, but two quick thoughts:

  • One set of work is refactoring ListPackages() and PackageTree.ToReachMap() to work differently when the root is empty
  • The other is changing the solver's root-project-checking behaviors to ensure everything matches up.

sdboyer avatar Mar 20 '17 16:03 sdboyer

This issue was moved to golang/dep#417

fabulous-gopher avatar Apr 21 '17 14:04 fabulous-gopher