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

Freeze all Ruby string literals #190

Merged
merged 2 commits into from
Feb 10, 2020

Conversation

ashmaroli
Copy link
Member

To reduce their allocation on modern Rubies

@ashmaroli ashmaroli marked this pull request as ready for review February 10, 2020 12:33
Copy link
Member

@DirtyF DirtyF left a comment

Choose a reason for hiding this comment

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

@ashmaroli
Copy link
Member Author

Required Ruby version should be 2.3+ then no?

Technically, older Ruby versions will consider the pragma to be just a regular comment.
Since I'm not introducing any new Ruby 2.3+ syntax or method, I don't see the need to bump required Ruby version here.

Also, just to be sure, I'll open a separate PR that builds on CI with older Rubies..

@mattr-
Copy link
Member

mattr- commented Feb 10, 2020

Let's just bump the gemspec. Everything older than 2.4 is EOL anyways.

@DirtyF
Copy link
Member

DirtyF commented Feb 10, 2020

@jekyllbot: merge +dev

@jekyllbot jekyllbot merged commit 59e6c4b into jekyll:master Feb 10, 2020
jekyllbot added a commit that referenced this pull request Feb 10, 2020
@ashmaroli ashmaroli deleted the frozen-string-literals branch February 10, 2020 16:05
muffinista pushed a commit to bandzoogle/classifier-reborn that referenced this pull request Jul 29, 2020
muffinista pushed a commit to bandzoogle/classifier-reborn that referenced this pull request Jul 29, 2020
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.

5 participants