Closed pvdrz closed 1 year ago
Number of dependencies and binary size impact report
Metric | main | PR #611 | Delta |
---|---|---|---|
Direct dependencies | 5 | 5 | - |
Total dependencies | 10 | 10 | - |
Binary size | 985.4 KiB | 994 KiB | +0.9% |
Text size | 569.7 KiB | 575 KiB | +0.9% |
Patch coverage: 96.34
% and project coverage change: +0.07
:tada:
Comparison is base (
6916363
) 86.25% compared to head (16876e1
) 86.33%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Describe the changes done on this pull request This PR changes the
exec::pipe
module so each side of the pipe is only polled if the buffer can handle the event:This also takes care of resuming the events when the buffer changes state.
Some changes were also made to the development logs so they are more useful:
#[trace_caller]
has effect on the logs.This PR is better reviewed on a commit-per-commit basis.
Pull Request Checklist