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

NameError: uninitialized constant Pry::BondCompleter::Bond #1106

Closed
dalizard opened this issue Jan 28, 2014 · 2 comments
Closed

NameError: uninitialized constant Pry::BondCompleter::Bond #1106

dalizard opened this issue Jan 28, 2014 · 2 comments

Comments

@dalizard
Copy link
Contributor

Hello,

I am running jruby 1.7.10, and pry 0.9.12.5. I have a Rails project, which worked okay with pry 0.9.12.4, but I get the following error with 0.9.12.5.

% pry -r config/environment
NameError: uninitialized constant Pry::BondCompleter::Bond
from /Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/completion.rb:26:in `start'
[1] pry(main)> dError: uninitialized constant Pry::BondCompleter::Bond
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/completion.rb:22:in `build_completion_proc'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:379:in `call'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:379:in `retrieve_line'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_class.rb:450:in `critical_section'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:379:in `retrieve_line'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:626:in `readline'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:626:in `readline'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:566:in `handle_read_errors'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:611:in `readline'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:384:in `retrieve_line'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:301:in `r'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:298:in `loop'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:298:in `r'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:276:in `re'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:254:in `rep'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:234:in `repl'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:232:in `loop'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:232:in `repl'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:231:in `catch'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:231:in `repl'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:230:in `catch'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_instance.rb:230:in `repl'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/pry_class.rb:169:in `start'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/cli.rb:201:in `(root)'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/cli.rb:70:in `call'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/cli.rb:70:in `parse_options'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/cli.rb:70:in `each'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/lib/pry/cli.rb:70:in `parse_options'
/Users/dimitar/.gem/jruby/1.9.3/gems/pry-0.9.12.5-java/bin/pry:16:in `(root)'
/Users/dimitar/.gem/jruby/1.9.3/bin/pry:23:in `load'
/Users/dimitar/.gem/jruby/1.9.3/bin/pry:23:in `(root)'
@yasuoza
Copy link

yasuoza commented Jan 28, 2014

gem install bond 

will silence the error now.

@rf-
Copy link
Member

rf- commented Jan 31, 2014

This should be fixed by 0.9.12.6. Sorry about the oversight.

@rf- rf- closed this as completed Jan 31, 2014
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

No branches or pull requests

3 participants