Skip to content
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

unininitialized constant Listen::Backend::Forwardable #372

Closed
stefansedich opened this issue Apr 23, 2016 · 6 comments · Fixed by y-yagi/travel_base#472
Closed

unininitialized constant Listen::Backend::Forwardable #372

stefansedich opened this issue Apr 23, 2016 · 6 comments · Fixed by y-yagi/travel_base#472

Comments

@stefansedich
Copy link

So here I am pulling my hair out! and just realized in the past couple hours Listen updated to a new version and I had done a gem install rerun on a fresh install (I could have sworn it was working minutes earlier :) ), when trying to run rerun now I get the following error, I can downgrade to Listen@3.0.6 and it works as expected:

listen-3.1.0/lib/listen/backend.rb:9:in <class:Backend>': uninitialized constant Listen::Backend::Forwardable (NameError) from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/listen-3.1.0/lib/listen/backend.rb:8:inmodule:Listen'
from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/listen-3.1.0/lib/listen/backend.rb:7:in <top (required)>' from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:inrequire'
from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in require' from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/listen-3.1.0/lib/listen/listener.rb:5:in<top (required)>'
from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in require' from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:inrequire'
from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/listen-3.1.0/lib/listen.rb:3:in <top (required)>' from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:inrequire'
from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in require' from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/rerun-0.11.0/lib/rerun.rb:4:in<top (required)>'
from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in require' from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:inrequire'
from /Users/stefansedich/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/rerun-0.11.0/bin/rerun:7:in <top (required)>' from /Users/stefansedich/.rbenv/versions/2.2.4/bin/rerun:23:inload'
from /Users/stefansedich/.rbenv/versions/2.2.4/bin/rerun:23:in `

'

@e2
Copy link
Contributor

e2 commented Apr 23, 2016

Thanks. I'll look into it...

@e2
Copy link
Contributor

e2 commented Apr 23, 2016

I'll release 3.1.1 shortly to fix this.

@stefansedich
Copy link
Author

Awesome!

I would have loved to have tackled it but I am frantically trying to wrap
up Friday! Thanks for the quick turn around on it.

  • Stefan

On Fri, Apr 22, 2016 at 6:21 PM Cezary Baginski notifications@github.com
wrote:

I'll release 3.1.1 shortly to fix this.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#372 (comment)

@e2
Copy link
Contributor

e2 commented Apr 23, 2016

Released as 3.1.1.

Let me know if there's anything else amiss.

Thanks for reporting it!

@stefansedich
Copy link
Author

BOOM working!

Thanks

On Fri, Apr 22, 2016 at 6:29 PM Cezary Baginski notifications@github.com
wrote:

Released as 3.1.1.

Let me know if there's anything else amiss.

Thanks for reporting it!


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#372 (comment)

@e2
Copy link
Contributor

e2 commented Apr 23, 2016

Great :)

Have a fun weekend!

@e2 e2 closed this as completed Apr 23, 2016
@e2 e2 changed the title Issue with rerun after upgrading to latest listen ninitialized constant Listen::Backend::Forwardable May 18, 2016
@e2 e2 changed the title ninitialized constant Listen::Backend::Forwardable ininitialized constant Listen::Backend::Forwardable May 18, 2016
@e2 e2 changed the title ininitialized constant Listen::Backend::Forwardable unininitialized constant Listen::Backend::Forwardable May 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants