-
Notifications
You must be signed in to change notification settings - Fork 122
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
Up arrow raises Encoding::UndefinedConversionError #86
Comments
Hello, No news on that bug/problem ? I'm on MacOs and got the same since I use zsh (but I had a lot of other things to make it work) |
hi, @ShamoX . Can you tell me the version of Ruby, IRB and Reline?
Also, is it possible to do |
Ahah, I'm waking up something old it seems. In my terminal without Ruby version imposed by rbenv (using 2.7.0 installed on the system):
Also working on ruby 3 :
When using the same terminal that failed earlier (first instruction is a up arrow that failed when I filled up the message earlier):
So maybe rib changed because I did a So effectively, doing a
So I suppose the error is coming from a rebuild of some library with brew. I try to rebuild the 2.7.0 and check if it works back. |
It's worst that I though: This is probably of a remnant of the installation I had on a amd64 mac that came with the restauration mechanism since 2.7.0 don't compile on M1 chips. I suggest you close that Issue until a new occurence comes with some solid ground :D |
I was seeing this on my |
Fixed by ruby/reline#751 |
Description
ruby 2.7.0 & irb 1.2.1 (2019-12-24), press up arrow and the following exception is raised:
Terminal Emulator
What's your terminal emulator? iTerm2
Pertinent environment variables:
The text was updated successfully, but these errors were encountered: