-
Notifications
You must be signed in to change notification settings - Fork 580
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
chktexbear fails to run #317
Comments
Thanks for reporting this issue! Your aid is required, fellow coalaian. Help us triage and solving this issue! CC @sils1297, @AbdealiJK |
/newI can reproduce this. But for some reason it doesn't fail on circleci. Probably an issue with the locale/stdout encoding being detected. |
A more complete analysis is at #889 ; essentially it is chktex 1.7.3-5 , and is now fixed. |
I'm not sure how big this bug is. It looks quite bad ; maybe these releases should be blacklisted. |
Ok, it is easy enough to avoid the source line which appears to be the only problem, and it wasnt being used anyway. |
I've posted more info at https://savannah.nongnu.org/bugs/?49000#comment2 , and cc'd the Debian package maintainer in the hope that they push out a new version, ideally as a security update. |
chktex 1.7.3-1.7.5 emits garbage output for the filename and source line output. This is reported at: https://savannah.nongnu.org/bugs/?49000 To avoid this bug, the filename and source line need to be excluded from the output using --format. Fixes coala#317
chktex 1.7.3-1.7.5 emits garbage output for the filename and source line output. This is reported at: https://savannah.nongnu.org/bugs/?49000 To avoid this bug, the filename and source line need to be excluded from the output using --format. Fixes coala#317
btw, the resource I used for |
chktex 1.7.3-1.7.5 emits garbage output for the filename and source line output. This is reported at: https://savannah.nongnu.org/bugs/?49000 To avoid this bug, the filename and source line need to be excluded from the output using --format. Fixes coala#317
Running
py.test -k Latex
on archlinux with chktex v1.7.4 yields:Can somebody reproduce?
The text was updated successfully, but these errors were encountered: