-
Notifications
You must be signed in to change notification settings - Fork 51
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
Don't write disabled feature prefixes #762
base: main
Are you sure you want to change the base?
Conversation
I suppose that this will not roundtrip when ufo2glyphs, am I right? How important that would be? |
I think we already have that situation with disabled features. |
actually we seem to have code to parse that special comment, see Could you add a test to see if that also works for featurePrefixes? |
And don’t forget the classes. They can be disabled, too. |
# Not even feature code | ||
|
||
""" | ||
) |
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.
Could you check that when going back to Glyphs.app the commented-out feature prefix comes back uncommented? = in the same situation before going to UFO (if that sounds like a reasonable thing to have)
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.
@simoncozens ping
Fixes #761.