bblfsh / sdk

Babelfish driver SDK
GNU General Public License v3.0
23 stars 27 forks source link

Turns encoding field into Encoding in bblfsh-sdk request #441

Closed ncordon closed 4 years ago

ncordon commented 4 years ago

encoding field of the payload generated by bblfsh-sdk request should be Encoding instead to not make drivers crash if we test them with that tool.

That would make the field match https://github.com/bblfsh/sdk/blob/77c81e6f6883d2aa9f57acfabd4a6099e8eac2ef/driver/native/native.go#L137

Signed-off-by: ncordon nacho.cordon.castillo@gmail.com


This change is Reviewable