Closed squell closed 1 year ago
Number of dependencies and binary size impact report
Metric | main | PR #751 | Delta |
---|---|---|---|
Direct dependencies | 3 | 3 | - |
Total dependencies | 4 | 4 | - |
Binary size | 1 MiB | 1023.9 KiB | -0.5% |
Text size | 597.6 KiB | 593.6 KiB | -0.7% |
Patch coverage: 100.00%
and project coverage change: +0.02%
:tada:
Comparison is base (
0ac6fa8
) 54.86% compared to head (aaf4b7d
) 54.88%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is perhaps best reviewed commit by commit.
\
, no need for a sentinel)accept_if
, which was the only function for which you could rely on anErr
result to not have consumed input (whichaccept_escaped
then followed incorrectly) to prevent similar mistakes in the future.