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

Issue with string gem #31

Closed
n-rodriguez opened this issue Oct 17, 2024 · 1 comment
Closed

Issue with string gem #31

n-rodriguez opened this issue Oct 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@n-rodriguez
Copy link

Hi there!

tty-markdown depends on strings (https://github.com/piotrmurach/tty-markdown/blob/master/tty-markdown.gemspec#L35)
strings depends on unicode_utils (https://github.com/piotrmurach/strings/blob/master/strings.gemspec#L27)

unicode_utils is not compatible with frozen_string_literal lang/unicode_utils#13 and don't seem to be maintained 😢

And so it breaks with :

/Users/nicolas/PROJECTS/CONCERTO/concerto/.bundle/ruby/3.3.0/gems/unicode_utils-1.4.0/lib/unicode_utils/read_cdata.rb:124:in `force_encoding': can't modify frozen String: "x", created at /Users/nicolas/PROJECTS/CONCERTO/concerto/.bundle/ruby/3.3.0/gems/unicode_utils-1.4.0/lib/unicode_utils/read_cdata.rb:123 (FrozenError)

Thank you!

@n-rodriguez n-rodriguez added the bug Something isn't working label Oct 17, 2024
@n-rodriguez
Copy link
Author

Closed in favor of piotrmurach/strings#22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant