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

Log parser misses an error #3

Open
nathangrigg opened this issue Jun 22, 2012 · 0 comments
Open

Log parser misses an error #3

nathangrigg opened this issue Jun 22, 2012 · 0 comments
Labels

Comments

@nathangrigg
Copy link
Owner

The parse_log script, which is taken from the rubber project, fails to catch an error if it is listed on a line that immediately follows a line of length 79 characters.

For example, if the log looks like this

This line of the log that contains exactly 79 characters, confusing the script.
! Undefined control sequence.
l.33 A deformation of an $R$-linear \category
                                        $\C$ to $S$

then the parser assumes that the error line is a continuation of the first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant