Closed rm-dr closed 2 months ago
Attention: Patch coverage is 22.42249%
with 1076 lines
in your changes missing coverage. Please review.
Project coverage is 46.20%. Comparing base (
ac15f72
) to head (a5e3416
). Report is 7 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Re-opening PR, original (#1121) was deleted by branch cleanup.
Our current bundle scheme is causing quite a few bugs. This PR (paired with https://github.com/tectonic-typesetting/tectonic-texlive-bundles/pull/14) resolves many of these by implementing proper search paths in bundles.
These changes are not be breaking. Zip and tar bundles may still be used, but they can no longer be created.
Changes in this PR:
tectonic bundle create
Most changes in this PR are in the bundles crate. Changes in other files are usually minor api side-effects.