sourcegraph / srclib-go

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

Simplify storage of source units, clear separation of raw vs. resolved units #95

Closed beyang closed 8 years ago

beyang commented 8 years ago

This updates the srclib-go toolchain to use the new source unit structure introduced in https://github.com/sourcegraph/srclib/pull/293.

Depresolve is being deprecated, so now just emits [].

beyang commented 8 years ago

Not sure why the test is failing (JSON keys are output in a different order), but aside from that, they are passing.

keegancsmith commented 8 years ago

LGTM

Can ya fix the unit tests before merging

beyang commented 8 years ago

squash-merged