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

Glyphset is unordered #27

Open
sovichet opened this issue Aug 5, 2024 · 1 comment
Open

Glyphset is unordered #27

sovichet opened this issue Aug 5, 2024 · 1 comment

Comments

@sovichet
Copy link

sovichet commented Aug 5, 2024

It looks like python set() makes the provided glyphset unordered.

Here is the result when I ran the ufomerge.

Screenshot 2024-08-05 at 7 16 08 in the evening
@simoncozens
Copy link
Collaborator

Is this with the latest version? Because we don't use set data types for anything which needs order preservation; and although the routine which assigns public.glyphOrder is called merge_set, it doesn't use sets but order-preserving dictionaries.

Can you make a small reproducer?

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

No branches or pull requests

2 participants