Closed japaric closed 1 year ago
Number of dependencies and binary size impact report
Metric | main | PR #738 | Delta |
---|---|---|---|
Direct dependencies | 3 | 3 | - |
Total dependencies | 4 | 4 | - |
Binary size | 1 MiB | 1 MiB | - |
Text size | 597.2 KiB | 597.7 KiB | - |
Patch coverage has no change and project coverage change: +0.08%
:tada:
Comparison is base (
e83fc61
) 54.78% compared to head (f82a8bf
) 54.86%. Report is 12 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
fixes #737
note that there is now a divergence between ogvisudo and visudo-rs. ogvisudo ignores IO errors when printing; as it is an interactive tool that results in confusing scenarios: for example,
visudo | true
does not print the prompt asking what to do next (press 'x', 'e', etc.) and then blocks waiting for user input. visudo-rs will early exit in the same scenario indicating that there's an IO error.