-
Notifications
You must be signed in to change notification settings - Fork 53
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
Better static analysis #669
Conversation
Codecov ReportBase: 92.43% // Head: 92.41% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #669 +/- ##
==========================================
- Coverage 92.43% 92.41% -0.03%
==========================================
Files 45 48 +3
Lines 8029 8368 +339
Branches 1914 1981 +67
==========================================
+ Hits 7422 7733 +311
- Misses 353 370 +17
- Partials 254 265 +11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…es latest standard linrary object names that would otherwise would create a target not found error.
…nd instead of using an enum.
…s named localNameToFullName(), which is used as a fallback method when the name cannot be found on the regular model. This will help fix #295
This code should go to a new library that pydoctor uses as a code model. |
Give pydoctor a better understanding of symbols with multiple assignments.
This solves issue #623 but it also open the door to tackle #469, #591 as well as #348.