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

Convert the gem to frozen string literals #75

Merged
merged 1 commit into from
May 22, 2024

Conversation

casperisfine
Copy link
Contributor

While running tests for sorbet/sorbet#7778 I noticed some deprecation warnings coming from this gem.

Ruby 3.4 will have chilled string literals, as a first step toward frozen string literals becoming the default.

Ref: https://bugs.ruby-lang.org/issues/20205

@CLAassistant
Copy link

CLAassistant commented Mar 22, 2024

CLA assistant check
All committers have signed the CLA.

@casperisfine casperisfine changed the title Convert tthe gem to frozen string literals Convert the gem to frozen string literals Mar 22, 2024
While running tests for sorbet/sorbet#7778
I noticed some deprecation warnings coming from this gem.

Ruby 3.4 will have chilled string literals, as a first step toward
frozen string literals becoming the default.

Ref: https://bugs.ruby-lang.org/issues/20205
@casperisfine casperisfine force-pushed the frozen-string-literal branch from abed200 to 0d2c1e4 Compare March 22, 2024 16:22
@qaisjp
Copy link
Collaborator

qaisjp commented Mar 31, 2024

Thanks! I'll test that this update works against Stripe's codebase, and will merge if it passes tests.

@qaisjp qaisjp merged commit 61ea8e5 into stripe:master May 22, 2024
15 checks passed
@mperham mperham mentioned this pull request Jan 18, 2025
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.

4 participants