-
Notifications
You must be signed in to change notification settings - Fork 192
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
add slotscheck to CI #615
add slotscheck to CI #615
Conversation
Hmm, I see slotscheck would need to add py36 support. It's EOL but I'm assuming you won't be dropping 3.6 anytime soon? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #615 +/- ##
=======================================
Coverage 94.78% 94.78%
=======================================
Files 245 245
Lines 25238 25238
=======================================
Hits 23921 23921
Misses 1317 1317 ☔ 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.
Thank you!
Yes, please add a note in README.rst
about running slotscheck
.
Co-authored-by: Zsolt Dollenstein <[email protected]>
An interesting failure -- investigating 👀 |
Summary
@zsol requested I add slotscheck to the CI.
Slotscheck prevents mistakes in
__slots__
from creeping in again. Fixing slots in #605 resulted in big memory savings.Instructions for pre-commit are documented here.
Test Plan
I've added
slotscheck
to the github build action. Let me know if you'd like it mentioned inCONTRIBUTING.md
orREADME.rst
fixes #574