-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Local clones make and missing clone of extracted gem build install
fail
#961
Comments
I was able to repro this on my machine. I'm going to take a look at the code, @dg-ratiodata - I don't really think this is an acceptable state of affairs so let's get it fixed! |
I think the changes suggested to the Gemfile are the way to go - we'll hopefully never need to touch the wire protocol code again, so there's not much point in making the bootstrap script to make it easy to hack on. |
Thanks a lot. |
Closing this since I merged #983 |
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
Extracted wire-protocol-gem makes
bundle install
fail.Expected Behavior
should succeed.
Current Behavior
fails with
Possible Solution
Since I opened another PR #960 a few minutes ago which affects the same lines
but because of a different thing, I just openened an issue.
Additionally we could add a bootstrap-script. Something really simple:
script/bootstrap
This might be even useful for other cucumber projects. Maybe something similar like Github does.
Steps to Reproduce (for bugs)
git clone https://github.com/cucumber/cucumber-ruby
git clone https://github.com/cucumber/cucumber-ruby-core
cd cucumber-ruby
bundle install
Context
I had
cucumber-ruby-*
locally before thewire
-protocol was extracted to a separate gem.Your Environment
The text was updated successfully, but these errors were encountered: