-
Notifications
You must be signed in to change notification settings - Fork 419
Simplify SubdirData #3926
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
Simplify SubdirData #3926
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3926 +/- ##
=======================================
Coverage ? 63.53%
=======================================
Files ? 300
Lines ? 37481
Branches ? 2783
=======================================
Hits ? 23812
Misses ? 13616
Partials ? 53 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8d30ced to
67e4d93
Compare
| py::arg("db") | ||
| ) | ||
| .def("loaded", &SubdirData::is_loaded) | ||
| .def("loaded", &SubdirData::valid_cache_found) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this API also be deprecated in favor of valid_cache_found?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need here, since the whole class will be deprecated in favor of a new one.
Co-authored-by: Julien Jerphanion <[email protected]>
a0ada2b to
45bd88c
Compare
This part of the
SubdirDatarefactor. Despite big changes, this PR should be rather straightforward. The logic remains unchanged, things are only moved around. Main improvements are: