Remove the Java Gherkin parser. Rely on Go binary/protobuf#424
Remove the Java Gherkin parser. Rely on Go binary/protobuf#424aslakhellesoy merged 7 commits intomasterfrom
Conversation
|
Currently, in order to build this, you have to: We can automate that for the monorepo build, but for the subrepo build, |
|
fyi, Add go bin to pathexport PATH=$(go env GOPATH)/bin:${PATH} |
|
Also |
|
You shouldn't have to do that @mlvandijk - |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
The Java Gherkin parser is gone!
Details
Parsing is delegated to a subprocess (gherkin-go executable)
The package has moved to
io.cucumber.gherkinMotivation and Context
Less code to maintain.
TODO