Skip to content

Use bundler for installing dependencies, fix ruby-head issues #3

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

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

Earlopain
Copy link
Collaborator

For some reason CI started failing on ruby-head because power-assert is not installed. It's bundled, not sure what's going on here and it worked a few days ago. Anyways, bundler makes the workflow nicer overall.

I also added frozen string literals to all files. With Ruby 3.4 chilled strings being merged there were a truckload of warnings being emitted, plus a few errors that will be fixed in the future by something along the lines of ruby/stringio#93

The frozen string literals commit can probably be upstreamed relativly painlessly. I would do it myself, but honestly, no idea how to even do that.

There is a ridiculous amount of warnings from Ruby 3.4 chilled strings,
and also a few errors because of StringIO incompatibility, see ruby/stringio#93

I'm not comfortable setting this to anything else than false. This at least
fully keeps the current behaviour
@ioquatix ioquatix merged commit 23da1fc into unicorn-ruby:main Mar 25, 2024
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.

2 participants