Skip to content
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

Don't print an empty "error:" line in the CLI #670

Merged
merged 1 commit into from
Nov 1, 2020

Conversation

pkgw
Copy link
Collaborator

@pkgw pkgw commented Nov 1, 2020

This change in behavior was introduced in #636 with the genericization of the status backend. Add a new report_error method to recover the old behavior.

Closes #665.

This change in behavior was introduced in tectonic-typesetting#636 with the genericization
of the status backend. Add a new `report_error` method to recover the
old behavior.

Closes tectonic-typesetting#665.
@codecov
Copy link

codecov bot commented Nov 1, 2020

Codecov Report

Merging #670 into master will decrease coverage by 0.01%.
The diff coverage is 26.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #670      +/-   ##
==========================================
- Coverage   46.29%   46.28%   -0.02%     
==========================================
  Files         133      133              
  Lines       60331    60360      +29     
==========================================
+ Hits        27933    27937       +4     
- Misses      32398    32423      +25     
Impacted Files Coverage Δ
src/status/mod.rs 62.85% <0.00%> (-13.01%) ⬇️
src/status/termcolor.rs 32.45% <0.00%> (-4.55%) ⬇️
src/status/plain.rs 79.06% <77.77%> (-9.17%) ⬇️
src/bin/tectonic.rs 72.72% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 045dbb5...cefe461. Read the comment docs.

@pkgw pkgw merged commit 55971b5 into tectonic-typesetting:master Nov 1, 2020
@pkgw pkgw deleted the issue-665 branch November 1, 2020 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors from src/bin/tectonic.rs:inner are shown entirely in "caused by:" lines
1 participant