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

instructionCompiler: don't log about .notdef missing #780

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

anthrotype
Copy link
Member

I keep seing logging messages like this coming from ufo2ft.instructionCompiler

INFO:ufo2ft.instructionCompiler:Skipping compilation of instructions for glyph '.notdef' because it is not in the input UFO.

this is just noise and may also be confusing for the user. ".notdef" glyph is very often automatically generated by ufo2ft, in which case obviously it's because it is missing from the source UFOs, and so there's no need for the instructionCompiler to be chatty about it.

this is just noise and may be confusing for the user. .notdef glyph is often automatically generated by ufo2ft, in which case of course it's missing from the source UFOs, there's no need for instructionCompiler to add noise to the already busy fontmake output...
@anthrotype anthrotype merged commit fb5031f into main Sep 8, 2023
9 checks passed
@anthrotype anthrotype deleted the instrcomp-logging-noise branch September 8, 2023 17:06
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.

1 participant