Skip to content

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