Open
Conversation
libraqm 0.10.5 fixes some minor issues. SheenBidi 3.0.0 adds new text editing and analysis API, but that does not directly affect us as it is used by libraqm only. HarfBuzz 12.3.1 and 12.3.2 fix several bugs and vulnerabilities. HarfBuzz 13 adds experimental raster and vector rendering libraries. These may be useful for implementing colour emoji, but we remain using FreeType right now. HarfBuzz 14 adds a GPU text rasterization library. This is again not useful for us right now, unless we start making a GPU backend. As we have disabled these new features, there should be no size change in the resulting Python extensions, or increased compile time.
Member
Author
|
Also added the libraqm update that was released a few hours ago; it fixes some NULL dereference problems, but only where |
Member
Author
|
HarfBuzz 13 also fixes the CodeQL alert that was just raised. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR summary
SheenBidi 3.0.0 adds new text editing and analysis API, but that does not directly affect us as it is used by libraqm only.
HarfBuzz 12.3.1 and 12.3.2 fix several bugs and vulnerabilities.
HarfBuzz 13 adds experimental raster and vector rendering libraries. These may be useful for implementing colour emoji, but we remain using FreeType right now.
HarfBuzz 14 adds a GPU text rasterization library. This is again not useful for us right now, unless we start making a GPU backend.
As we have disabled these new features, there should be no size change in the resulting Python extensions, or increased compile time.
Note, the Meson wrapdb hasn't been updated: mesonbuild/wrapdb#2695 but I updated the fallback URL anyway.
AI Disclosure
None
PR checklist