Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

mgrunberg
Copy link
Contributor

Backport #8500

@tagliala
Copy link
Contributor

tagliala commented Jan 4, 2025

@mgrunberg do you want some help in completing this? I can allocate some time

@mgrunberg
Copy link
Contributor Author

@mgrunberg do you want some help in completing this? I can allocate some time

@tagliala thanks for the offer. If you can, please give me a hand. I won't we able to work on this until the end of the month so the help is very welcome.

mgrunberg and others added 3 commits January 4, 2025 21:03
- Downgrade zeitwerk to allow 3.1
- Use Ruby 3.0 to update Rails 7.0 and 7.1 dependencies

```
BUNDLE_GEMFILE=gemfiles/rails_70/Gemfile rvm use 3.0.7 do bash -c "bundle update && bundle update --bundler"
BUNDLE_GEMFILE=gemfiles/rails_71/Gemfile rvm use 3.0.7 do bash -c "bundle update && bundle update --bundler"
```
Copy link

codecov bot commented Jan 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (3-0-stable@856cfd4). Learn more about missing BASE report.

Additional details and impacted files
@@              Coverage Diff              @@
##             3-0-stable    #8556   +/-   ##
=============================================
  Coverage              ?   99.19%           
=============================================
  Files                 ?      194           
  Lines                 ?     4965           
  Branches              ?        0           
=============================================
  Hits                  ?     4925           
  Misses                ?       40           
  Partials              ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.


let(:arbre_context) do
OpenStruct.new(params: params, helpers: helpers, assigns: {})
Struct.new(:params, :helpers, :assigns).new(params, helpers, {})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is required to allow specs to pass. Apparently, ostruct should be explicitly required after some changes to the dependencies but it is not used on master anymore and I've changed it to struct for parity

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's right, thank you for doing this as we don't want to use OpenStruct in general.

@tagliala tagliala marked this pull request as ready for review January 4, 2025 20:10
Copy link
Member

@javierjulio javierjulio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@javierjulio javierjulio changed the title Backport test against rails 8.0 Backport test against Rails 8.0 Jan 4, 2025
@tagliala tagliala merged commit d870d54 into 3-0-stable Jan 4, 2025
22 checks passed
@tagliala tagliala deleted the backport-8500 branch January 4, 2025 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants