You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
php driver for [babelfish](https://github.com/bblfsh/server).
3
+
php driver for [babelfish](https://github.com/bblfsh/bblfshd).
4
4
5
5
6
6
Development Environment
7
7
-----------------------
8
8
9
9
Requirements:
10
10
-`docker`
11
-
-[`bblfsh-sdk`](https://github.com/bblfsh/sdk)_(go get -u github.com/bblfsh/sdk/...)_
11
+
-[`bblfsh-sdk`](https://github.com/bblfsh/sdk)_(go get -u gopkg.in/bblfsh/sdk.v1/...)_
12
+
- UAST converter dependencies _(go get -t -v ./...)_
12
13
13
14
To initialize the build system execute: `bblfsh-sdk prepare-build`, at the root of the project. This will install the SDK at `.sdk` for this driver.
14
15
15
16
To execute the tests just execute `make test`, this will execute the test over the native and the go components of the driver. Use `make test-native` to run the test only over the native component or `make test-driver` to run the test just over the go component.
16
17
17
-
The build is done executing `make build`. To evaluate the result, a docker container, execute:
18
-
`docker run -it bblfsh/php-driver:dev-<commit[:6]>`
18
+
The build is done executing `make build`. To evaluate the result using a docker container, execute:
19
+
`docker run -it bblfsh/php-driver:dev-<commit[:7]>-dirty`
0 commit comments