Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Add support to query supported languages (with installed drivers) #68

Closed
smola opened this issue Apr 10, 2018 · 5 comments
Closed

Add support to query supported languages (with installed drivers) #68

smola opened this issue Apr 10, 2018 · 5 comments

Comments

@smola
Copy link
Member

smola commented Apr 10, 2018

In some applications, it is very useful to know which languages are supported (with installed drivers) beforehand. This helps to:

  • Display lists of supported languages in UX elements.
  • Reduce number of requests to bblfshd by avoiding requests for unsupported languages.

It would be nice to have such functionality implemented in the Scala client.

@dpordomingo
Copy link
Member

We have that necessity for bblfsh/web#89 too.
It was proposed to use the github.com/bblfsh/bblfshd/daemon/protocol.ProtocolServiceClient, but it currently runs over a unix socket so it is not reachable from the outside of the bblfsh container.

@bzz
Copy link
Contributor

bzz commented Apr 17, 2018

Indeed we need this, but for golang client first :)

This makes me think - do you guys @juanjux @dennwc think this is the right repo to track this, or is there a better one if changes are required on a protocol-level? If not, I guess we should at least add similar one to https://github.com/bblfsh/client-go/issues

@juanjux
Copy link
Contributor

juanjux commented Apr 17, 2018

Should probably be in the SDK since the protocol packages are there.

@juanjux
Copy link
Contributor

juanjux commented Apr 20, 2018

Closing since we just got a duplicated in the SDK

sdk/issues/253

@juanjux
Copy link
Contributor

juanjux commented Jun 13, 2018

Still needs to be integrated in the client, reopening.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants