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

CI: Use RUBYOPT: "--enable-frozen-string-literal" to find any incompatibilities #1354

Closed
wants to merge 7 commits into from

Commits on Aug 11, 2021

  1. CI: Use RUBYOPT: "--enable-frozen-string-literal"

    If it works, then great, if not, we learned something.
    olleolleolle committed Aug 11, 2021
    Copy the full SHA
    991b0a4 View commit details
    Browse the repository at this point in the history
  2. build_error_message: Use mutable string

    In order to support --enable-frozen-literal, this change explicitly uses a mutable string - the unary plus does that.
    olleolleolle committed Aug 11, 2021
    Copy the full SHA
    4dcea1c View commit details
    Browse the repository at this point in the history
  3. CI: Output "gem env version"

    For diagnostic reasons, we may need this if reporting an issue to RubyGems.
    
    I was not able to locate the information anywhere near here, so I output an extra bit of information.
    olleolleolle committed Aug 11, 2021
    Copy the full SHA
    71658e8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    722ec55 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9f9c7a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Copy the full SHA
    3e2d6cf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Copy the full SHA
    5216898 View commit details
    Browse the repository at this point in the history