-
Notifications
You must be signed in to change notification settings - Fork 475
Instancer: update name table (take 2) #2189
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
Merged
Merged
Conversation
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
anthrotype
commented
8000
Feb 18, 2021
@m4rc1e do you think this is ready to merge? |
Just finished testing on Roboto, Cabin and Open Sans. It's behaving as expected but the following could be improved:
I'll implement dropping nameID 25 now. For updating the filename, we can tackle this when we set the bits correctly, or if the heuristic is too complex, leave it be. |
anthrotype
commented
Feb 26, 2021
c78a035
to
4f84830
Compare
4f84830
to
ddecf45
Compare
… submodule move instancer tests to Tests/varLib/instancer directory create instancer/__main__.py to make package executable
return True only if a corresponding english record is found and matches R/I/B/BI, else return False. We don't really care if there are any other unrelated english records, we care about this specific one, whether it's RIBBI or not minor
assert we have some 'string' instead of silently continuing
ddecf45
to
52fec53
Compare
LGTM (it seems Github doesn't let PR authors approve their own PRs 😅..) |
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.
I moved @m4rc1e branch to upstream repo (named
instancer-name
) and moved some files around.This supersedes #2078