From 3130acc605479cae142dbadf739e299ae802db55 Mon Sep 17 00:00:00 2001 From: Denys Smirnov Date: Wed, 24 Oct 2018 17:16:13 +0300 Subject: [PATCH] support error codes Signed-off-by: Denys Smirnov --- .travis.yml | 4 ++-- Gopkg.lock | 7 ++++--- Gopkg.toml | 2 +- README.md | 2 -- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7277bab7..c92bd0c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ services: - docker env: - - BBLFSHD_VERSION=v2.6.1 + - BBLFSHD_VERSION=v2.9.1 -before_script: +install: - curl -L https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 > $GOPATH/bin/dep - chmod +x $GOPATH/bin/dep - dep ensure --vendor-only diff --git a/Gopkg.lock b/Gopkg.lock index 04f180cd..6713ffba 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -287,6 +287,7 @@ name = "gopkg.in/bblfsh/sdk.v2" packages = [ "driver", + "driver/errors", "driver/fixtures", "driver/manifest", "driver/native", @@ -305,8 +306,8 @@ "uast/viewer", "uast/yaml" ] - revision = "966e28c602fb968fc52e27e14762bdf9307da229" - version = "v2.1.0" + revision = "422edc29a23d6d79d6f8fbe0a6f9dffcc3ff9ab2" + version = "v2.4.1" [[projects]] name = "gopkg.in/src-d/go-errors.v1" @@ -323,6 +324,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "3d7bcdc9e6196c8629ae6073a2d7fbfa7b085c0deb021e4cc19da99fa6544c33" + inputs-digest = "bcc9f2c0404334e84dc31d7b48adfd8d86e3c0b0694a43742fe2ea9ffc587c45" solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index 2d4fb223..69040959 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -3,7 +3,7 @@ [[constraint]] name = "gopkg.in/bblfsh/sdk.v2" - version = "v2.1.x" + version = "v2.4.x" [prune] go-tests = true diff --git a/README.md b/README.md index 46936ebb..1e358e2e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Python driver for [Babelfish](https://github.com/bblfsh/bblfshd) ![Driver Status](https://img.shields.io/badge/status-beta-dbd25c.svg) [![Build Status](https://travis-ci.org/bblfsh/python-driver.svg?branch=master)](https://travis-ci.org/bblfsh/python-driver) ![Native Version](https://img.shields.io/badge/python%20version-3.6.2-aa93ea.svg) ![Go Version](https://img.shields.io/badge/go%20version-1.9-63afbf.svg) - - Development Environment -----------------------