-
-
Notifications
You must be signed in to change notification settings - Fork 690
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
cucumber-expressions: add go implementation #350
Conversation
Excellent work @charlierudolph!! Could you port #346 into this PR please? Then I'll merge it to master and also set up a read-only subrepo, and CI. I'm on holiday and will be back in a week or so. |
I've merged to master and set up a read-only subrepo mirror at https://github.com/cucumber/cucumber-expressions-go. The Travis build is OK, except for Go 1.7: https://travis-ci.org/cucumber/cucumber-expressions-go/builds/362455501 I can't think of a good reason to support Go 1.7, so I'll just remove that requirement. Exciting stuff indeed! |
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
Adds a go implementation for cucumber-expressions.
Details
Looked at the java / javascript / ruby implementations and ported to go.
Motivation and Context
I want this for building the shared binary and so the go version of cucumber can use them in the mean time
How Has This Been Tested?
I ported over all the tests from the javascript implementation (and some from other implementations that weren't in the javascript implementation). I'll try and make them consistent in another PR.
Types of changes
Checklist: