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
Not sure about the state of ione, we use it as dependency of cassandra-driver gem. In ruby 3.4.x there are warnings logged, if string literals are mutated:
ione-1.2.5/lib/ione/byte_buffer.rb:69: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information)
Not sure about the state of ione, we use it as dependency of cassandra-driver gem. In ruby 3.4.x there are warnings logged, if string literals are mutated:
Mutation is in
ione/lib/ione/byte_buffer.rb
Line 69 in 3afb752
The literal itself is defined in
ione/lib/ione/byte_buffer.rb
Line 29 in 3afb752
and in
ione/lib/ione/byte_buffer.rb
Line 301 in 3afb752
The text was updated successfully, but these errors were encountered: