twisted / pydoctor

This is pydoctor, an API documentation generator that works by static analysis.
https://pydoctor.readthedocs.io
Other
184 stars 49 forks source link

Small but powerful change to alias resolution algo #774

Closed tristanlatr closed 6 months ago

tristanlatr commented 6 months ago
codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.69%. Comparing base (fe29bb7) to head (615e2d9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #774 +/- ## ======================================= Coverage 92.69% 92.69% ======================================= Files 47 47 Lines 8337 8340 +3 Branches 1846 1847 +1 ======================================= + Hits 7728 7731 +3 Misses 349 349 Partials 260 260 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tristanlatr commented 6 months ago

Looks like numpy re-exports are generating an infinite loop in which the recursion error is catch and ignored... So this is is not the right manner to approach this issue. I really need to cleanup and rebase the commits in PR #414 :/

tristanlatr commented 6 months ago

Would be good to have this as a test case though!