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

Commit 59c5456

Browse files
authored
Merge pull request #47 from juanjux/update_sdk
Update SDK
2 parents 66c8865 + bbf44f5 commit 59c5456

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

bblfsh/gopkg/in/bblfsh/sdk/v1/protocol/generated_pb2.py

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gopkg.in/bblfsh/sdk.v1/protocol/generated.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ message NativeParseRequest {
2424
// NativeParseResponse is the reply to NativeParseRequest by the native parser.
2525
message NativeParseResponse {
2626
option (gogoproto.goproto_getters) = false;
27+
option (gogoproto.goproto_stringer) = false;
2728
option (gogoproto.typedecl) = false;
2829
gopkg.in.bblfsh.sdk.v1.protocol.Status status = 1;
2930
repeated string errors = 2;

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
setup(
2828
name="bblfsh",
2929
description="Fetches Universal Abstract Syntax Trees from Babelfish.",
30-
version="2.2.0",
30+
version="2.2.1",
3131
license="Apache 2.0",
3232
author="source{d}",
3333
author_email="language-analysis@sourced.tech",

0 commit comments

Comments
 (0)