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

Commit

Permalink
Merge pull request #224 from juanjux/fix/issue_9
Browse files Browse the repository at this point in the history
Improve driver bootstraping and error messages
  • Loading branch information
juanjux authored Feb 9, 2018
2 parents c42a0ed + a8eb957 commit 863ddbe
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
31 changes: 29 additions & 2 deletions assets/skeleton/bindata.go

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

2 changes: 1 addition & 1 deletion etc/skeleton/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include .sdk/Makefile

$(if $(filter true,$(sdkloaded)),,$(error You must install bblfsh-sdk))
$(if $(filter true,$(sdkloaded)),,$(error You must install bblfsh-sdk with: "bblfsh-sdk prepare-build"))

test-native-internal:
cd native; \
Expand Down
5 changes: 5 additions & 0 deletions etc/skeleton/native/README.md.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The native driver (the one producing the native AST) should be located here.

See:

https://doc.bblf.sh/driver/sdk.html

0 comments on commit 863ddbe

Please sign in to comment.