-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Near-perfect font selection on Linux #1987
Conversation
Hey @chearon, not sure if this PR is the cause but canvas no longer builds on alpine.
|
Rolling back the best_buf_modified code to the version you had previously allows you to buiild in alpine, see here avra-m3@e07acd2 |
e51c9d8
to
43c0f51
Compare
@chearon I'm wondering when this can be merged. Looks like the lint is still failing. Is that what is preventing merge? |
It's just awaiting approval from someone else. Lint is failing on |
@chearon Thanks for the update. Looks like #1986 was merged. Yay! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍. Just needs the merge conflict fixed (I can do unless you get to it before me).
@zbjornson Thanks for the approval. @chearon Fingers crossed this can land very soon! |
greatly improves font matching accuracy Fixes Automattic#1572
Not sure when this will get released unfortunately. I started a branch to try to fix the Windows CI issues (caused by GitHub actions updating to VS2022 by default), but then hit an error that's a pain to troubleshoot through CI logs. Once that's resolved, the same fix will have to be made to the prebuild workflow. 😩 |
@zbjornson Thanks again for getting this in. Is the Window CI issue you mentioned related to actions/runner-images#4856 or is there some other issue I should be following to keep on top of when a release might happen? I guess I could just wait for a new tag, but I would prefer to know what progress is being made to resolve the issues blocking the release of this fix. |
v2.9.1 is now published. |
Finally done. Removes some GLib because it ended up making that code easier. Also updates the prebuild image so the next prebuilds will have improved matching too.
Fixes #1572