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

Commit 8c7a2a7

Browse files
author
Juanjo Alvarez
committed
Update libuast dependency to 1.5.1
Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
1 parent 0090d65 commit 8c7a2a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bblfsh/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def _validate_resp(self, resp):
142142

143143
def _validate_filter(self, resp):
144144
results = filter(resp.uast, "//Import[@roleImport and @roleDeclaration]//alias")
145+
self.assertEqual(next(results).token, "os")
145146
self.assertEqual(next(results).token, "unittest")
146147
self.assertEqual(next(results).token, "docker")
147148

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup, find_packages, Extension
66
from setuptools.command.build_ext import build_ext
77

8-
LIBUAST_VERSION = "v1.5.0"
8+
LIBUAST_VERSION = "v1.5.1"
99
SDK_VERSION = "v1.8.0"
1010
SDK_MAJOR = SDK_VERSION.split('.')[0]
1111
PYTHON = "python3"

0 commit comments

Comments
 (0)