json-stream icon indicating copy to clipboard operation
json-stream copied to clipboard

Use mutable strings as buffers

Open sheldonh opened this issue 9 months ago • 2 comments

Fixes dgraham/json-stream#9

sheldonh avatar Jul 28 '25 08:07 sheldonh

~/git/json-stream (fix-9 %=)$ RUBYOPT="--enable=frozen-string-literal" bin/rake test
Run options: --seed 54361

# Running:

......................................................................................................................................................

Finished in 0.016708s, 8977.5977 runs/s, 15621.0199 assertions/s.

150 runs, 261 assertions, 0 failures, 0 errors, 0 skips

sheldonh avatar Jul 28 '25 08:07 sheldonh

Is this something that could get merged? Just making sure this library stays ahead of the frozen string literal changes.

AxelTheGerman avatar Aug 21 '25 22:08 AxelTheGerman