Skip to content

Comments

Ruby 3.4 support (eliminates mutating string warnings)#75

Open
t27duck wants to merge 2 commits intomoumar:masterfrom
t27duck:ruby_34
Open

Ruby 3.4 support (eliminates mutating string warnings)#75
t27duck wants to merge 2 commits intomoumar:masterfrom
t27duck:ruby_34

Conversation

@t27duck
Copy link

@t27duck t27duck commented Jan 4, 2025

  • Added frozen_string_literal magic comment to id3v2.rb and the test file.
  • Converted strings being mutated to using String.new to allow mutating.
  • Support moden minitest

- Added frozen_string_literal magic comment to id3v2.rb and the test file.
- Converted strings being mutated to using String.new to allow mutating.
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.

1 participant