ruby / ruby/prettyprint

Ruby 3.4.1 warning

Open
#14 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Ruby
Stars
29
Forks
11
PR merge metrics
No merged PRs in 30d

Description

.rvm/gems/ruby-3.4.1@actioncue/gems/prettyprint-0.2.0/lib/prettyprint.rb:184: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information)

The constant in question either needs to not be changed or if it's not being changed then add the comment # frozen_string_literal: true at the top of prettyprint.rb.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at .rvm/gems/ruby-3.4.1@actioncue/gems/prettyprint-0.2.0/lib/prettyprint.rb:184 and inspect the constant that triggers the Ruby 3.4.1 warning. Determine whether it is changed, then apply the appropriate handling described in the issue. Done means the warning is addressed without changing intended behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
tooling
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.