Actions
Bug #16974
closedfrozen string issue in lib/reline/ansi.rb on ruby-2.7.1
    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) over 5 years ago
          
          
        
        
      
      - Status changed from Open to Assigned
 - Assignee set to aycabta (aycabta .)
 
        
          
          Updated by jeremyevans0 (Jeremy Evans) about 5 years ago
          
          
        
        
      
      The current pull request for this is at https://github.com/ruby/reline/pull/122
        
          
          Updated by aycabta (aycabta .) almost 5 years 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.
Actions