-
Notifications
You must be signed in to change notification settings - Fork 1k
Refactor cedta() for readability #7162
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
base: master
Are you sure you want to change the base?
Conversation
Generated via commit bc1d326 Download link for the artifact containing the test results: ↓ atime-results.zip
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7162 +/- ##
==========================================
- Coverage 98.77% 98.77% -0.01%
==========================================
Files 81 81
Lines 15185 15182 -3
==========================================
- Hits 14999 14996 -3
Misses 186 186 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This looks like a risky change now when approaching major release. What do you think about merging it just after 1.18.0 release, so it has more time to mature sitting in devel. |
you think the refactoring part is risky, or the new rule? possibly we could tease them apart. I am fine either way, this is just bug triage, not particularly crucial. (btw, I'm not sure how close we actually are to release) |
Just a heavy rework of the internal mechanism that packages depends on... I haven't look into the changes much but doing such changes before release is like asking for troubles. |
IMO the change is pretty simple, low-risk -- just changing a bunch of Anyway, I've separated the refactor from the actual bug-fix: #7166. |
As the set of checks here grows, the serial
||
approach is getting harder-and-harder to parse.Instead, we split these tests out into a helper.