sourcegraph / srclib-go

Go toolchain for srclib
https://sourcegraph.com/sourcegraph/srclib-go
MIT License
29 stars 13 forks source link

Graph multiple units together #79

Closed pararthshah closed 8 years ago

pararthshah commented 8 years ago

Depends on https://github.com/sourcegraph/srclib/pull/263

This leverages the graph-all op introduced in srclib to allow toolchains to graph multiple units together, to avoid duplicate work in graphing stage.

Earlier, the source unit path was not output in the refs and docs objects, which is now necessary as srclib will split the graph-all output into separate units based on the unit paths of each object.

Also updated the expected test output based on these changes.

beyang commented 8 years ago

LGTM

beyang commented 8 years ago

Let's :ship: and make builds faster!