Project

General

Profile

« Previous | Next » 

Revision 161545d5

Added by Jean byroot Boussier over 1 year ago

[ruby/reline] Ensure compatibility with frozen string literals
(https://github.com/ruby/reline/pull/643)

Ref: https://bugs.ruby-lang.org/issues/20205

Ruby is moving forward with enabling frozen string literals
in the future.

Reline being part of the ruby-core test suite should work when
ruby is ran with --enable-frozen-string-literal.

https://github.com/ruby/reline/commit/7e2de64cf0

Co-authored-by: Jean Boussier