Skip to content

Update for frozen string literal#2037

Closed
jack-edmonds-dd wants to merge 3 commits intomasterfrom
update-for-frozen-string-literal
Closed

Update for frozen string literal#2037
jack-edmonds-dd wants to merge 3 commits intomasterfrom
update-for-frozen-string-literal

Conversation

@jack-edmonds-dd
Copy link
Copy Markdown
Contributor

@jack-edmonds-dd jack-edmonds-dd commented Oct 1, 2024

Pushed #1971 into this PR so that the CI jobs have permission to fetch the GitHub token and run the tests.

HParker and others added 2 commits August 20, 2024 12:10
In a future Ruby version strings will be frozen by default.
You can simulate the new behavior with RUBYOPT="--enable-frozen-string-literal".
With this enabled the url from configuration is mutated by gsub!.
We can avoid this by marking these strings as mutable.
@jack-edmonds-dd jack-edmonds-dd requested a review from a team as a code owner October 1, 2024 19:02
@jack-edmonds-dd
Copy link
Copy Markdown
Contributor Author

Merged in other PR.

@dd-devflow dd-devflow bot deleted the update-for-frozen-string-literal branch February 1, 2025 00:00
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.

2 participants