-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
@disable-bundler is broken on 1.0 alpha #526
Comments
It seems the module containing the underlying method was deprecated in 0.11.0 already, but without any user-facing warnings. |
This functionality is very useful and should be restored. |
@mvz This should give some context for the removal: |
@maxmeyer so your intention was to remove the |
I was not aware of this hook at that time. but yes, the idea was to avoid steps/methods which are tied to some tool or language. to make that vision clear I added the "our focus" and "our vision" section to the Readme. I prefer to add examples for such edge cases. |
Unfortunately I had no clear "data" about uses of aruba. I even thought about asking the users what kind of language they use to see if the project has the correct focus. But unfortunately I didn't had the time to set it up properly. |
The problem with So ... how do you think this could work in my case ? Basically, the issue I have is that I use aruba and cucumber to bootstrap a robotic framework, which internally uses some Ruby tools. This framework sets up a Bundler environment for itself to run the tools in. So, I need to cleanup the caller's Bundler environment before I can spawn things in the callee. I guess I could reimplement |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. |
This has been fixed in master. |
@disable-bundler is broken (the underlying method has been removed). Not sure whether it is intentional.
The error is
The text was updated successfully, but these errors were encountered: