-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Augment error message when opening files for external tools #899
Merged
pkgw
merged 9 commits into
tectonic-typesetting:master
from
matz-e:better-external-tool-errors
Jun 23, 2022
Merged
Augment error message when opening files for external tools #899
pkgw
merged 9 commits into
tectonic-typesetting:master
from
matz-e:better-external-tool-errors
Jun 23, 2022
Commits on May 13, 2022
-
Augment error message when opening files for external tools
I missed a publication file when compiling a very old document using biber. The only error message I got was error: not found which isn't very helpful. I've tried to augment the error, now it shows error: can't open path `pub.bib`: not found Hope this is helpful.
Configuration menu - View commit details
-
Copy full SHA for bcb3257 - Browse repository at this point
Copy the full SHA bcb3257View commit details
Commits on May 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3ae1fc4 - Browse repository at this point
Copy the full SHA 3ae1fc4View commit details
Commits on May 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1501683 - Browse repository at this point
Copy the full SHA 1501683View commit details
Commits on May 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4295750 - Browse repository at this point
Copy the full SHA 4295750View commit details
Commits on Jun 23, 2022
-
xetex_layout: work around ICU limitations in Alpine 3.16
The latest version of Alpine Linux seems to provide a static ICU that no longer has the "macintosh" converter built in. So don't error out if it fails to load; just hope that everything will be OK.
Configuration menu - View commit details
-
Copy full SHA for 7e63f1b - Browse repository at this point
Copy the full SHA 7e63f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8797161 - Browse repository at this point
Copy the full SHA 8797161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a6232 - Browse repository at this point
Copy the full SHA 70a6232View commit details -
As per rust-lang/libc#1848, we can't safely do this since the definition of time_t depends on which version of Musl you're using on 32-bit systems (the "time64" update for Musl 1.2), and this actually started biting us on the arm-unknown-linux-musleabihf cross build. Unfortunately, ISO C makes virtually no guarantees about what time_t is, so I don't see a practical way to handle the different possibilities robustly. We'll just cast from i64 or u64 to time_t in C and hope for the best.
Configuration menu - View commit details
-
Copy full SHA for 9fe378c - Browse repository at this point
Copy the full SHA 9fe378cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1493593 - Browse repository at this point
Copy the full SHA 1493593View commit details
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.