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

Post processors priority #726

Merged
merged 11 commits into from
Sep 28, 2023
Merged

Post processors priority #726

merged 11 commits into from
Sep 28, 2023

Conversation

tristanlatr
Copy link
Contributor

Give the possibility register post processors with handling of processing order based on priority number.

This is how I plan to handle the fact that link transformation (#723) should happen in post-processing after MRO computing and before reparenting. While the zope interafce post processor is designed to be executed after reparenting.

This should be an easy review.

@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f03223c) 92.68% compared to head (0f23646) 92.71%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #726      +/-   ##
==========================================
+ Coverage   92.68%   92.71%   +0.02%     
==========================================
  Files          47       47              
  Lines        8180     8207      +27     
  Branches     1959     1963       +4     
==========================================
+ Hits         7582     7609      +27     
  Misses        343      343              
  Partials      255      255              
Files Coverage Δ
pydoctor/astbuilder.py 96.61% <100.00%> (+<0.01%) ⬆️
pydoctor/extensions/__init__.py 98.85% <100.00%> (+0.48%) ⬆️
pydoctor/model.py 94.70% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tristanlatr tristanlatr requested a review from a team July 16, 2023 18:29
@tristanlatr tristanlatr marked this pull request as ready for review July 16, 2023 18:29
@tristanlatr
Copy link
Contributor Author

This is an easy review @buhtz, if you have time to help :)

@tristanlatr tristanlatr merged commit 1a7d052 into master Sep 28, 2023
21 checks passed
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.

None yet

1 participant