Skip to content
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

Closed
wants to merge 22 commits into from
Closed

Conversation

tristanlatr
Copy link
Contributor

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.

@codecov
Copy link

codecov bot commented Dec 1, 2022

Codecov Report

Base: 92.43% // Head: 92.41% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (f96361d) compared to base (76de711).
Patch coverage: 93.01% of modified lines in pull request are covered.

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     
Impacted Files Coverage Δ
pydoctor/templatewriter/__init__.py 92.54% <ø> (ø)
pydoctor/templatewriter/pages/__init__.py 90.69% <ø> (ø)
pydoctor/astutils.py 90.17% <76.00%> (-2.64%) ⬇️
pydoctor/symbols.py 92.54% <92.54%> (ø)
pydoctor/astbuilder.py 95.73% <96.03%> (-0.24%) ⬇️
pydoctor/model.py 95.01% <100.00%> (+0.10%) ⬆️
pydoctor/templatewriter/summary.py 88.74% <100.00%> (ø)
pydoctor/__init__.py 87.50% <0.00%> (ø)
pydoctor/epydoc/__init__.py 100.00% <0.00%> (ø)
... and 1 more

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tristanlatr tristanlatr linked an issue Dec 1, 2022 that may be closed by this pull request
@tristanlatr tristanlatr marked this pull request as draft December 2, 2022 04:09
@tristanlatr
Copy link
Contributor Author

This code should go to a new library that pydoctor uses as a code model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Be more smart regarding the CONSTANT kind
1 participant