-
-
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
Gherkin 6/7 executable problems #589
Comments
Looks like this might be related:
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>gherkin</artifactId>
<version>6.0.17</version>
</dependency>
|
Thanks @alfonso-presa - I will look i to this. |
Thank you @aslakhellesoy. Let me know if you need any further information to get context of the error. I'm using the gherkin parser in a java project to extract meta-data from the gherkin files in order to perform a later distributed execution (in separate processes and machines) using cucumber. I guess this is not the regular use case for this tool so I might have hitten an edge case. I'm doing researches myself and will let you know if I get any insights or findings. I'll also be happy to PR if I can help. Keep it up! |
Oh, @aslakhellesoy. BTW, I'm sorry to be fussy, but there's a typo in the issue title that might make difficult for people to find it as reference for the matter.... You might like to fix it just in case |
Looks like the |
Thanks for investigating that @alfonso-presa - that means there is a problem with our build/release process. |
Looking at the release build:
I think the fix is to:
|
May be using About the |
Thanks for the pointer - that's very helpful We use |
Perfect then. Let me know if you want me to PR, although I guess it will be way faster for you to patch it :-). |
Leave it to me - I'll make similar changes to other modules too in the same commit. Thanks! |
@alfonso-presa the latest I'm reopening this issue since it's a more general placeholder for other issues related to Gherkin 6. |
@aslakhellesoy great!! Thank you very much! Keep it up! |
The latest versions of Gherkin no longer bundle executables. |
Gherkin 6 bundles go executables inside packages (gems, npm modules, jars), and we're not yet sure whether or not this causes problems for users.
If it does, please comment on this issue with as much detail as you can:
The text was updated successfully, but these errors were encountered: