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

Make sure there are frozen string literals #1070

Merged
merged 1 commit into from
Jan 29, 2020

Conversation

BrianHawley
Copy link
Contributor

Turns out that they were added in Ruby 2.3, not 3.0.

Turns out that they were added in Ruby 2.3, not 3.0.
@BrianHawley BrianHawley force-pushed the fixes_frozen_string_literals branch from d3dd4c5 to b56e568 Compare January 29, 2020 02:00
@kyrylo
Copy link
Contributor

kyrylo commented Jan 29, 2020

FWIW, according to https://bugs.ruby-lang.org/issues/11473#note-53 Ruby 3.0 will not have frozen string literals by default.

@kyrylo kyrylo merged commit 12d70e0 into airbrake:master Jan 29, 2020
@BrianHawley
Copy link
Contributor Author

@kyrylo I am more concerned with the frozen string literal setting comments. It tends to improve performance a bit and reduce overhead if you turn that setting on. Having it not be the default makes that even more important.

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