Skip to content
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

Sync with 2.8.1 #81

Merged
merged 3 commits into from
Sep 11, 2023
Merged

Conversation

bluebear94
Copy link
Collaborator

Most of the changes had to do with subsetting and abstractions not used by rustybuzz (e.g. OffsetTo types), so this is pretty small.

Copy link
Collaborator

@notgull notgull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

LangTag { language: "zln", tag: Tag::from_bytes(b"ZHA ") }, // Lianshan Zhuang -> Zhuang
LangTag { language: "zlq", tag: Tag::from_bytes(b"ZHA ") }, // Liuqian Zhuang -> Zhuang
LangTag { language: "zmi", tag: Tag::from_bytes(b"MLY ") }, // Negeri Sembilan Malay -> Malay
LangTag { language: "zmz", tag: Tag::from_bytes(b"BAD0") }, // Mbandja -> Banda
LangTag { language: "znd", tag: Tag(0) }, // Zande [family] != Zande
LangTag { language: "zne", tag: Tag::from_bytes(b"ZND ") }, // Zande
LangTag { language: "zne", tag: Tag::from_bytes(b"ZND ") }, // Zande
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra space?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I have no idea why rustfmt doesn’t strip the trailing space from the comment.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just remove them manually for now. In my editor I have "remove trailing whitespaces" feature, so it's being trimmed automatically.

@RazrFalcon
Copy link
Collaborator

This change was already present? Weird.

@RazrFalcon RazrFalcon merged commit 91e0d77 into harfbuzz:master Sep 11, 2023
1 check passed
@RazrFalcon
Copy link
Collaborator

Looks good to me too. Luckily for us, this version contains mostly subsetter changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants