-
Notifications
You must be signed in to change notification settings - Fork 279
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
Remove the last of the old kind attributes #622
base: main
Are you sure you want to change the base?
Conversation
… generic name but only one usage, should kind=Clamped be used?
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.
Sorry, took me a while to get back to this, partially because there were some conflicts with my state of XML.
But now that I looked at them, I found that those conflicts were mistakes on my part, and changes from this PR make more sense.
And everything else here also LGTM.
@oddhack can you review this PR, and if you're happy with it, it's approved for merge. |
This PR fixes the last stuff that was left in in #534. Basically this PR replaces and removes the last
CheckedFloat
andCheckedInt32
kinds (as well a few others kinds that where leftovers and never described formally).I thought I had fixed these things but it turned out that I had some +1 year old commits in this branch that I never opened a PR for.
cc @SunSerega
This is a fixed version of #621 with cleaner git history.