-
Notifications
You must be signed in to change notification settings - Fork 14
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
DM-39915: Make butler.datastore an internal property #862
Conversation
Move the module strings to top of file.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #862 +/- ##
==========================================
- Coverage 87.90% 87.90% -0.01%
==========================================
Files 270 270
Lines 35589 35633 +44
Branches 7452 7462 +10
==========================================
+ Hits 31286 31324 +38
- Misses 3145 3151 +6
Partials 1158 1158
☔ View full report in Codecov by Sentry. |
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.
Looks good, few minor comments. I guess you need to figure out why build fails and mypy shows some new errors.
The build failing is from fastapi supporting pydantic v2. The mypy failure is all pydantic and we have started a discussion on Slack about it -- it won't block the merge. |
This makes the roots available as public API and handles file vs chained datastore difficulties.
This creates very busy output when running scons.
Co-authored-by: Andy Salnikov <[email protected]>
I see GA mypy failures in |
Indeed, I see the same errors locally if I upgrade click from 8.1.3 to 8.1.4. |
which shows the dangers of having a failing action that we then ignore. I hadn't noticed the click issue. |
Checklist
doc/changes