-
-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the Java Gherkin parser. Rely on Go binary/protobuf #424
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.gherkin
Motivation and Context
Less code to maintain.
TODO