Skip to content

Conversation

viralpraxis
Copy link

There's a warning

ruby_lex.rb:987: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information

which will lead to an error when frozen strings literals (MRI 3.5?) will be frozen by default.

Description

Describe your pull request and problem statement here.

Completed Tasks

  • I have read the Contributing Guide.
  • The pull request is complete (implemented / written).
  • Git commits have been cleaned up (squash WIP / revert commits).
  • I wrote tests and ran bundle exec rake locally (if code is attached to PR).

There's a warning

```shell
ruby_lex.rb:987: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information
```

which will lead to an error when frozen strings literals (MRI 3.5?) will be frozen by default.
@viralpraxis viralpraxis force-pushed the fix-frozen-string-literal-mutation branch from 5915717 to 984f82f Compare September 10, 2025 20:30
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.

1 participant