-
Notifications
You must be signed in to change notification settings - Fork 14
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
Regressions #195
Comments
Just open in evince and Ctrl+A, Ctrl+C On the left is oxidized version. |
It seems that 1702.00129 & 1702.00351 are fixed. The first file that's a regression is the 1702.00047 mentioned above. Will investigate into it when i got some time. |
I compared the pdf outputs of 1702.00047 file, it seems these two type1 fonts: |
Here's a minimal reproducer reduced from 1702.00102: \documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
$\widetilde{\mathbb{P}_{x}}$
\end{document} |
Looking on screenshot above (left oxidized version) it seems to me this is not regression. Looks like something was fixed. |
What about it was fixed? All I can look at is the badly kerned “closure” on the left. |
I say about screenshots with |
Actually i debugged the code a little the other day. Seemed nothing badly wrong to me. Next time i'll compile a c version and check out how their traces are different. |
@crlf0710 What tools do you use to compare pdfs? Can you also compare something from https://tt.ente.ninja/#/compare/1fbc8a7e1adedc2a819bffad0af94f3b04c88750/ed980e087cb84b54b9a2e6fc9bd5dab4c2fce275 ? |
@burrbull To compare pdfs the key point is to force it stop using compressions and binary representations. After that it will be entirely text. To convert a file, i run this command. After this, i can compare two converted pdfs using any text editor or text diff tool. |
This comment has been minimized.
This comment has been minimized.
Regression in 1702.04878 fixed in #227 |
1702.00102 : Old~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~New
Was added between 1002e72 and 5fb2205 Compare: test_agl...crlf0710:test_agl2 |
Looks like problem in |
@Mrmaxmeier can we somehow filter changed files to see are there other bugs? Maybe with
or
Now we have 163 changes: |
See below
The text was updated successfully, but these errors were encountered: