Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fixes 7073 specification.rb undefined method group by for nilclass #7198
Conversation
|
Hi @kamigerami Could you please rebase with master? |
|
Hi @sethvargo. For sure! |
|
you should probably credit the original author of the solution as the author of the commit ... |
|
Absolutely @terceiro ! Crediting Christian Hofstaedtler as the author of this solution as mentioned in the first comment made in this PR (see url link from original discussion in bugs.debian.org) |
|
I mean the commit itself should have him as the author ... |
|
@sethvargo @terceiro @zeha updated with original author as the author of the commit. Thank you all! |
jwmatthews
commented
Apr 21, 2016
|
@kamigerami this PR doesn't look right, seems like you only need 1 commit, but you have ~24 in it. Perhaps you need to rebase against master, or re-open this PR with the single commit you intended. Looking forward to seeing this merged in, as I'm seeing similar issues with vagrant in Fedora 24 alpha that this 1line fix resolved. |
added a commit
to kamigerami/vagrant
that referenced
this pull request
Apr 21, 2016
|
@jwmatthews thnx for pointing that out! Should be good now! |
referenced
this pull request
in rubygems/rubygems
Apr 25, 2016
dustymabe
referenced this pull request
Apr 25, 2016
Closed
Cannot install plugin: undefined method `group_by' for nil:NilClass #6911
|
I'll second that this patch enabled things to work on Fedora 24 alpha. |
jwmatthews
commented
Apr 26, 2016
|
@kamigerami looks good, hope this gets merged in. |
haisum
commented
Apr 26, 2016
|
How do I fix it in my Ubuntu 16.04 right now temporarily, instead of waiting for this to get merged and new package update? |
haisum
commented
Apr 26, 2016
|
I found it, posting for other's reference. Said file is located at |
praveenkumar
commented
Apr 29, 2016
|
I tested this patch with fedora24 alpha and it did work, hope this gets merged in now. |
armab
referenced this pull request
May 2, 2016
Closed
specification.rb:945:in `all=': undefined method `group_by' for nil:NilClass (NoMethodError) #7073
added a commit
to kamigerami/vagrant
that referenced
this pull request
May 6, 2016
added a commit
to kamigerami/vagrant
that referenced
this pull request
May 6, 2016
added a commit
to kamigerami/vagrant
that referenced
this pull request
May 6, 2016
added a commit
to kamigerami/vagrant
that referenced
this pull request
May 6, 2016
developerinlondon
commented
May 11, 2016
|
when is this getting released? The current version of Vagrant does not work with Ubuntu 16.04 when we try to install vagrant plugins (eg vagrant lxc, vagrant hostmanager etc). This would be very useful as we are currently having to hack vagrant to get this to work. |
|
Merged in ba77d4b |
kamigerami commentedApr 2, 2016
Adding PR for #7073 - As discussed in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818237 and suggested by @babilen ...
my bundle exec rake tests are failing locally however I am adding this as a PR to have the Travis CI tests run to make sure whether everything is fine or not. Feel free to close it or merge it depending on the output of the tests.