-
Notifications
You must be signed in to change notification settings - Fork 38
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
Sync with 2.8.1 #81
Conversation
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 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 |
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.
Extra space?
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.
Yeah, I have no idea why rustfmt doesn’t strip the trailing space from the comment.
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.
Just remove them manually for now. In my editor I have "remove trailing whitespaces" feature, so it's being trimmed automatically.
This change was already present? Weird. |
Looks good to me too. Luckily for us, this version contains mostly subsetter changes. |
Most of the changes had to do with subsetting and abstractions not used by rustybuzz (e.g.
OffsetTo
types), so this is pretty small.