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 frozen string literal issues part 2 #711

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chaadow
Copy link
Contributor

@chaadow chaadow commented Jun 15, 2024

Followup: #709

After running tests locally I managed to fix all of the frozen string literals issues.

This PR however depends on fog-core and fog-xml being fixed ( I will create separate PRs on those repos)
EDIT: here are the 2 PRs:

It's worth mentioning that on fog-core and fog-xml, I will just fix just enough to make the tests green here
I haven't yet run the tests on those repos.

@geemus What do you think? Do you mind providing me with a simple github action .yml file in which i can enable RUBYOPT

here is the command I run locally: bundle exec rake RUBYOPT="--enable-frozen-string-literal"

@chaadow chaadow force-pushed the fix_ruby_frozen_string_literals branch from 1a086dc to 2555efc Compare June 15, 2024 01:05
@chaadow
Copy link
Contributor Author

chaadow commented Jun 15, 2024

Ok sorry, I managed to find the shared config ( i was a bit lost with .github/.github thought it was some Github magic)

As we've said in the previous PR, the idea is to manually enable it gem by gem, and once we feel comfortable we make it common to every gem in the shared CI config.

(Right now, tests are failing because the dependent PRs are not yet merged/released)

@chaadow
Copy link
Contributor Author

chaadow commented Jun 15, 2024

I think a good idea would be to add timeouts on the CI, it's taking a bit long i'm sorry. I will do tomorrow

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.

1 participant