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

Add FontVersion object greater than/less than comparisons #28

Open
chrissimpkins opened this issue Nov 30, 2017 · 1 comment
Open

Add FontVersion object greater than/less than comparisons #28

chrissimpkins opened this issue Nov 30, 2017 · 1 comment
Labels

Comments

@chrissimpkins
Copy link
Member

implement with tuple comparisons

(major version integer, minor version int 1, minor version int 2, minor version int 3)

@chrissimpkins
Copy link
Member Author

added source but commented out in 18cd869

Think through comparisons of "1.001" vs. "1.01" vs. "1.1" before implementation. These will be different (and probably should be) with current approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant