-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to the latest Javascript driver version #666
Comments
BTW @zurk this can be fused with the annotations refactoring. |
I'd like to do it separately. |
"The latest JS driver" does not mean UASTv2 - it means upgrading the driver. And regarding the annotations, I am afraid that you will have to repeat some of the work twice otherwise. |
If we see that the latest JS driver works incorrectly with UASTv1 protocol, we should report it as an issue and ask LA to fix it ASAP. |
Ok, I know that there are some issues for sure. AFAIK, UASTv1 is not clearly the same as an annotated mode in new drivers. Will see.
It is fine. Annotation is about the shape of the code and this issue can touch its logic. |
I report several minor issues related to javascript driver:
However, the biggest problem is on our side. We currently use |
One more. bblfsh/javascript-driver#67 |
PR: #692 |
We need to investigate why the newer releases do not work with our code, report possible bugs to Babelfish and switch to the latest JS driver version.
The text was updated successfully, but these errors were encountered: