You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect that changes to Reline performed by IRB do not persist after quitting out of the IRB session.
My Reline changes and settings should remain what the were before and after.
Result of irb_info
irb(main):001> irb_info
Ruby version: 3.3.6
IRB version: irb 1.14.1 (2024-09-25)
InputMethod: RelineInputMethod with Reline 0.5.12
Completion: Autocomplete, RegexpCompletor
RUBY_PLATFORM: x86_64-linux
LANG env: en_GB.UTF-8
East Asian Ambiguous Width: 1
Terminal Emulator
Konsole. This happens on a Mac as well with the default terminal.
Setting Files
Are you using ~/.irbrc and ~/.inputrc?
-> No
The text was updated successfully, but these errors were encountered:
Description
Calling to
IRB.start
results in IRB leaking out Reline changes globally.Minimal Reproducible Example
Current Workaround
I'm unsure if there's any other potential settings being changed. Here's what I have so far:
Expected Behaviour
I would expect that changes to Reline performed by IRB do not persist after quitting out of the IRB session.
My Reline changes and settings should remain what the were before and after.
Result of irb_info
Terminal Emulator
Konsole. This happens on a Mac as well with the default terminal.
Setting Files
Are you using
~/.irbrc
and~/.inputrc
?-> No
The text was updated successfully, but these errors were encountered: