-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
Spree tidy-up #7977
Spree tidy-up #7977
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7977 +/- ##
==========================================
- Coverage 93.27% 93.27% -0.01%
==========================================
Files 640 639 -1
Lines 18152 18145 -7
==========================================
- Hits 16931 16924 -7
Misses 1221 1221
Continue to review full report at Codecov.
|
What? Why?
Cleans up a few bits of old mess noticed whilst doing code review on #7947. Removes various unnecessary uses of
class_eval
, which modifies classes after they're loaded. Avoiding it will probably be a good idea when we're using Zeitwerk 👍What should we test?
Green build should be enough here.
Release notes
Changelog Category: Technical changes