Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Avoid modifying a frozen array in Ruby 3 #135

Merged
merged 1 commit into from
Mar 3, 2022

Conversation

oliverklee
Copy link
Collaborator

@oliverklee oliverklee commented Feb 11, 2022

Also make the code more readable.

Fixes #132

@oliverklee oliverklee added the bug Something is broken. label Feb 11, 2022
@oliverklee oliverklee self-assigned this Feb 11, 2022
@oliverklee oliverklee force-pushed the bugfix/frozen-strings branch 7 times, most recently from 13d9353 to cda1c37 Compare February 11, 2022 17:14
@oliverklee oliverklee marked this pull request as ready for review February 11, 2022 17:16
@oliverklee oliverklee requested a review from lwe February 11, 2022 17:16
@oliverklee oliverklee force-pushed the bugfix/frozen-strings branch from cda1c37 to a79d7fa Compare February 11, 2022 17:16
@oliverklee
Copy link
Collaborator Author

@lwe Gentle ping for a review as this PR will get the build back to green again, and I really would like to have a second pair of eyes on these changes.

@oliverklee oliverklee force-pushed the bugfix/frozen-strings branch 2 times, most recently from cc0fa46 to 810edea Compare February 18, 2022 18:00
Also make the code more readable.

Fixes #132
@oliverklee oliverklee force-pushed the bugfix/frozen-strings branch from 810edea to 26965e3 Compare February 18, 2022 18:43
Copy link
Owner

@lwe lwe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

@oliverklee oliverklee merged commit 21f0f2f into main Mar 3, 2022
@oliverklee oliverklee deleted the bugfix/frozen-strings branch March 3, 2022 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error concerning modified fronzen string with Ruby 3
2 participants