Bug #16974
frozen string issue in lib/reline/ansi.rb on ruby-2.7.1
Description
RUBYOPT=--enable-frozen-string irb
throws a /Users/user/.rvm/rubies/ruby-2.7.1/lib/ruby/2.7.0/reline/ansi.rb:109:in
block in cursor_pos': can't modify frozen String: "" (FrozenError)`. Have created a PR to fix this here - https://github.com/ruby/ruby/pull/3235.
Updated by hsbt (Hiroshi SHIBATA) 7 months ago
- Assignee set to aycabta (aycabta .)
- Status changed from Open to Assigned
Updated by jeremyevans0 (Jeremy Evans) 5 months ago
The current pull request for this is at https://github.com/ruby/reline/pull/122
Updated by aycabta (aycabta .) about 1 month ago
- Status changed from Assigned to Closed
jeremyevans0 (Jeremy Evans) wrote in #note-2:
The current pull request for this is at https://github.com/ruby/reline/pull/122
This is merged. Thank you for the reporting.