-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
error when there is a invalid Gemfile in the current directory #41
Comments
I don't know if I would consider this an error, since we do read the Gemfile and we do expect it to be valid so it's perfectly reasonable this happens, is there something else you expected to happen other than the command to run successfully (because we do wrap around bundler it should fail if you ask me) but I'm open to hearing out suggestions and I'm sure @mpapis is too. |
Well, I don't expect the Gemfile to be read if I don't do bundle exec, or launch a command like rails that will load it up. |
Doesn't that sort of go against what this gem is meant to do? |
Well, no, let me rephrase, I don't expect the Gemfile to get in the way when I try to launch a command, in that case, jist is not even in the Gemfile. |
IMO that still defeats the purpose of this Gem. If you use Bundler to install something and then we intern build a wrapper around Bundler you cannot expect us or Bundler to avoid your Gemfile, that not only defeats the purpose of our Gem but Bundler itself. You can however tell That said, it's also really not us causing the error, it's Bundler. |
this is an extra case, rubygems-bundler should not error in this case, if the |
I'm still 👎 I would expect this behavior 💨 |
if the |
@mpapis brings up good points, even though I think you should fix your Gemfile and such, it's not too bad for us to allow it go through and just tell you that there is a problem with your Gemfile. Sort of an annoyance + don't fail type of situation that way you remember to fix it later. We are probably gonna group this up with #37 |
Well, the thing is, this gem is installed by default with RVM, I did not even know it existed or what it did before I got this error yesterday. |
will be released as |
released as |
Trying to jist a file and I get:
Also, jist is not in that Gemfile, if it would ever help :-)
The text was updated successfully, but these errors were encountered: