tectonic-typesetting / tectonic

A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.
https://tectonic-typesetting.github.io/
Other
3.99k stars 162 forks source link

Crate updates: structopt & atty #1162

Closed rm-dr closed 8 months ago

rm-dr commented 8 months ago

structopt has been integrated into clap as of 0.3, and atty hasn't been updated in a few years. This PR fixes both these problems, and closes #1034.

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 89.09091% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 46.41%. Comparing base (edd49ba) to head (8d5402c).

Files Patch % Lines
src/bin/tectonic/main.rs 91.30% 2 Missing :warning:
src/bin/tectonic/v2cli.rs 92.00% 2 Missing :warning:
src/unstable_opts.rs 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1162 +/- ## ========================================== + Coverage 46.35% 46.41% +0.06% ========================================== Files 171 171 Lines 65136 65120 -16 ========================================== + Hits 30191 30225 +34 + Misses 34945 34895 -50 ```

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