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

Fix rb_interned_str_* functions to not assume static strings #3786

Merged
merged 1 commit into from
Nov 30, 2020

Commits on Nov 19, 2020

  1. Fix rb_interned_str_* functions to not assume static strings

    Fixes [Feature #13381]
    
    When passed a `fake_str`, `register_fstring` would create new strings
    with `str_new_static`. That's not what was expected, and answer
    almost no use cases.
    byroot committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    506ff9b View commit details
    Browse the repository at this point in the history