Various updates - #759
Merged
Merged
Conversation
This addresses tectonic-typesetting#754, a hard-to-interpret failure and error message when the engine tries to treat a directory named "latex" as the format file. Here we change the filesystem code to simply ignore directories. I think this is the best solution, since it means that we actually just run correctly when such a directory exists, as opposed to failing but with a more helpful error message.
It's been a while since I got Dependabot updates ... I think something about the switch to the multi-crate setup may have made it stop running?
Codecov Report
@@ Coverage Diff @@
## master #759 +/- ##
=======================================
Coverage 46.81% 46.81%
=======================================
Files 119 119
Lines 53807 53807
=======================================
Hits 25189 25189
Misses 28618 28618 Continue to review full report at Codecov.
|
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses #754 and also touches things up for the new Rust release.