Skip to content

Commit

Permalink
Merge pull request #43 from juanjux/update_sdk
Browse files Browse the repository at this point in the history
Remove the syntax error fixture & update SDK to v2.7
  • Loading branch information
juanjux authored Nov 6, 2018
2 parents 79ae036 + 8995bb2 commit 9c15c72
Show file tree
Hide file tree
Showing 21 changed files with 3,485 additions and 3,493 deletions.
9 changes: 3 additions & 6 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[[constraint]]
name = "gopkg.in/bblfsh/sdk.v2"
version = "v2.5.x"
version = "v2.7.x"

[prune]
go-tests = true
Expand Down
1 change: 1 addition & 0 deletions driver/normalizer/transforms.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package normalizer
import "gopkg.in/bblfsh/sdk.v2/driver"

var Transforms = driver.Transforms{
Namespace: "bash",
Preprocess: Preprocess,
Normalize: Normalize,
Annotations: Native,
Expand Down
Loading

0 comments on commit 9c15c72

Please sign in to comment.