-
Notifications
You must be signed in to change notification settings - Fork 48
Implement always compare mode for hash library #108
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
Conversation
ea3cffc
to
80239e0
Compare
Needs tests. |
Signed-off-by: Conor MacBride <[email protected]>
Signed-off-by: Conor MacBride <[email protected]>
Signed-off-by: Conor MacBride <[email protected]>
Signed-off-by: Conor MacBride <[email protected]>
I've rebased locally and this PR conflicts with #121 so need to need to find a way around that. |
Signed-off-by: Conor MacBride <[email protected]>
a8737f1
to
3b6ebef
Compare
The hash libraries for mpl20, mpl21, mpl22 and mpl30 are using ft2104 even though Matplotlib apparently hasn't changed the Freetype library in 6 years: https://github.com/matplotlib/matplotlib/blame/085fdd0771c01ccf964459033904d31bf79e611a/lib/matplotlib/__init__.py#L1191 I don't understand how this could have worked before but I'll rename the libraries to have ft261 and update the hashes where necessary. Let me know if I have missed something. |
Signed-off-by: Conor MacBride <[email protected]>
Signed-off-by: Conor MacBride <[email protected]>
Signed-off-by: Conor MacBride <[email protected]>
@Cadair Can you review please? |
Useful for CI so you can see the changes from the reference images even if the hash library has been updated