Skip to content

Fix frozen string literal warning#355

Closed
kha-wogi wants to merge 1 commit intoruby:mainfrom
kha-wogi:frozen-string-literal
Closed

Fix frozen string literal warning#355
kha-wogi wants to merge 1 commit intoruby:mainfrom
kha-wogi:frozen-string-literal

Conversation

@kha-wogi
Copy link

@kha-wogi kha-wogi commented Mar 2, 2026

This PR fixes the frozen string literal warning

/.asdf/installs/ruby/3.4.7/lib/ruby/gems/3.4.0/gems/csv-3.3.0/lib/csv/writer.rb:56: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information)

@kou
Copy link
Member

kou commented Mar 2, 2026

Could you provide a script that reproduces this?

It seems that an application provides the frozen string.

@kha-wogi kha-wogi closed this Mar 2, 2026
@kha-wogi kha-wogi deleted the frozen-string-literal branch March 2, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants