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

Eval defaults with frozen_string_literal: true #3847

Merged
merged 1 commit into from
Aug 6, 2020

Conversation

casperisfine
Copy link

Ref: #3846

This is where most of the duplicated "ruby" strings come from. # frozen_string_literal: true is not "inherited" by eval. I found similar patterns in Rails a few times.

Copy link
Member

@deivid-rodriguez deivid-rodriguez left a comment

Choose a reason for hiding this comment

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

💜

@hsbt hsbt merged commit 21cac3f into rubygems:master Aug 6, 2020
@hsbt hsbt added this to the 3.2.0 milestone Aug 6, 2020
hsbt added a commit that referenced this pull request Sep 23, 2020
Eval defaults with frozen_string_literal: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants