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

Could it work on subsequent errors? #120

Closed
localhostdotdev opened this issue Mar 30, 2019 · 2 comments
Closed

Could it work on subsequent errors? #120

localhostdotdev opened this issue Mar 30, 2019 · 2 comments
Labels

Comments

@localhostdotdev
Copy link

e.g.

  • irb
  • exi -> did you mean ...
  • exi -> regular error

Full log:

>> exi
Traceback (most recent call last):
        4: from /.rvm/rubies/ruby-head/bin/irb:23:in `<main>'
        3: from /.rvm/rubies/ruby-head/bin/irb:23:in `load'
        2: from /.rvm/rubies/ruby-head/lib/ruby/gems/2.7.0/gems/irb-1.0.0/exe/irb:11:in `<top (required)>'
        1: from (irb):2
NameError (undefined local variable or method `exi' for main:Object)
Did you mean?  exit
>> exi
Traceback (most recent call last):
        5: from /.rvm/rubies/ruby-head/bin/irb:23:in `<main>'
        4: from /.rvm/rubies/ruby-head/bin/irb:23:in `load'
        3: from /.rvm/rubies/ruby-head/lib/ruby/gems/2.7.0/gems/irb-1.0.0/exe/irb:11:in `<top (required)>'
        2: from (irb):3
        1: from (irb):3:in `rescue in irb_binding'
NameError (undefined local variable or method `exi' for main:Object)

I think I'm using 1.3.0.

@yuki24 yuki24 added the Bug label Apr 9, 2019
@yuki24
Copy link
Member

yuki24 commented Apr 9, 2019

Oh interesting, seems like a bug. Thanks for reporting!

@yuki24 yuki24 closed this as completed in ca76409 Jun 4, 2019
@yuki24
Copy link
Member

yuki24 commented Sep 29, 2019

released as part of v1.3.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants