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

A fix for failing CI against edge Rails #663

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

amatsuda
Copy link
Contributor

@amatsuda amatsuda commented Jun 2, 2023

Here's a fix for the edge Rails CI failure.

There's a test code directly accessing a cached instance variable inside Active Support MemoryStore object, but since Rails 7.1 changed its implementation to hold the @data ivar as a marshalled String, the test now fails on edge Rails.

This patch fixes the failure by properly calling publicly accessible API.

because Rails 7.1 changed its implementation to hold the `@data` ivar as a marshalled String
@kbrock
Copy link
Contributor

kbrock commented Jun 2, 2023

Does this break jruby+rails5.2 - or is that unrelated?
sorry. see ==> #664

@radar radar merged commit 0bbef26 into ruby-i18n:master Jun 2, 2023
@radar
Copy link
Collaborator

radar commented Jun 2, 2023

Thank you!!

@amatsuda amatsuda deleted the fix_rails_edge_ci branch June 3, 2023 02:06
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.

3 participants