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

Refine the implementation of __clean_messages(). #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

EdSchouten
Copy link

  • Suppress 'There were undefined references' unconditionally. The check
    that was done for it is inaccurate, as this message may also be
    printed when other types of things (citations, hyper references) are
    undefined. Even if we were to print it in corner cases, there would be
    nothing actionable.

  • Swallow warnings containing 'Rerun to get X right' and regarding
    undefined references when there are errors. We tend to generate a lot
    of them upon error, even though they are likely a result of LaTeX not
    completing in the first place.

Ed Schouten added 2 commits October 15, 2018 23:09
- Suppress 'There were undefined references' unconditionally. The check
  that was done for it is inaccurate, as this message may also be
  printed when other types of things (citations, hyper references) are
  undefined. Even if we were to print it in corner cases, there would be
  nothing actionable.

- Swallow warnings containing 'Rerun to get X right' and regarding
  undefined references when there are errors. We tend to generate a lot
  of them upon error, even though they are likely a result of LaTeX not
  completing in the first place.
This one is also preceded by more accurate warnings that refer to
individual situations.
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.

1 participant