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

Don't mutate ActionView::PathSet [6-0-maintenance backport] #2651

Closed

Conversation

eugeneius
Copy link
Contributor

#2631 comprised two commits; the second was backported to 6-0-maintenance as bd2bb24, but the first wasn't.

CI on 6-0-maintenance is still failing for Rails main:
https://github.com/rspec/rspec-rails/actions/runs/3345336900/jobs/5540735966#step:7:50

Follows
rails/rails@0371317.

ActionView::PathSet no longer responds to unshift or push. We could copy
the new implementation, but we've chosen to delegate to it instead.

Co-authored-by: Iliana Hadzhiatanasova <me@iliana.dev>
@eugeneius eugeneius changed the title Don't mutate ActionView::PathSet Don't mutate ActionView::PathSet [6-0-maintenance backport] Jan 9, 2023
@JonRowe
Copy link
Member

JonRowe commented Jan 9, 2023

Thanks for pointing this out, taken care of with a manual cherry-pick.

@JonRowe JonRowe closed this Jan 9, 2023
@eugeneius
Copy link
Contributor Author

FYI, backporting #2648 will fix the failing Ruby 2.5 job.

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.

None yet

2 participants