-
Notifications
You must be signed in to change notification settings - Fork 120
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
ArgumentError & exit while typing in IRB on JRuby 9.3 #295
Comments
I will help investigate this. I would have thought this is a problem with our FFI-based io-console, but that passes all tests. There's something I'm missing. |
FWIW recently the traces have changed slightly, or I'm doing something different here:
|
This was referenced Aug 30, 2022
byteit101
added a commit
to byteit101/irb
that referenced
this issue
Sep 30, 2022
hsbt
pushed a commit
that referenced
this issue
Nov 17, 2022
matzbot
pushed a commit
to ruby/ruby
that referenced
this issue
Nov 17, 2022
package reference objects in JRuby ruby/irb@84d030182d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Expected: typing shouldn't ever throw an exception and exit the prompt
Actual: sometimes, typing (quickly?) causes an uncaught exception and exit (see below). Note it its never consistent, but typing methods on objects seems to throw within 5 lines of messing around. This is a fresh install of the new JRuby 9.3 release( @headius )
Result of irb_info & the stack trace
Terminal Emulator
gnome-terminal
Setting Files
Are you using
~/.irbrc
and~/.inputrc
? NoThe text was updated successfully, but these errors were encountered: