src-d / gitbase

SQL interface to git repositories, written in Go. https://docs.sourced.tech/gitbase
Apache License 2.0
2.06k stars 124 forks source link

function: implement uast_imports UDF #944

Closed erizocosmico closed 5 years ago

erizocosmico commented 5 years ago

Closes #943

After changes to the structure of imports, the way we used to collect them is no longer valid, so now we're using the uast.AllImportPaths helper included in the bblfsh sdk to obtain import paths from nodes.

juanjux commented 5 years ago

Travis failing with some connection problem, retry would probably fix it.