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
In the latest gem (1.0.27) I'm getting "FrozenError: can't modify frozen String" in several places in the combine_pdf/renderer. Though I originally encountered this in Ruby 2.5, I can reproduce in 2.7 using the --enable-frozen-string-literal and --debug-frozen-string-literal flags.
I've created some tests which expose and fixed by adding .b to a few literals. I can submit as a PR if that'd be helpful.
The text was updated successfully, but these errors were encountered:
In the latest gem (1.0.27) I'm getting "FrozenError: can't modify frozen String" in several places in the
combine_pdf/renderer
. Though I originally encountered this in Ruby 2.5, I can reproduce in 2.7 using the--enable-frozen-string-literal
and--debug-frozen-string-literal
flags.I've created some tests which expose and fixed by adding
.b
to a few literals. I can submit as a PR if that'd be helpful.The text was updated successfully, but these errors were encountered: