-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Format extension registry: unsigned integer types (uint16
, uint32
, uint64
)
#4564
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
Comments
@micolous I honestly thought we had these- a PR would be welcome, just follow what was done for |
Having a look at #3167, it looks like the way to add an extra format is with a PR targeting the |
That's correct! Let me know if you have any additional comments or questions. |
Added through #4585 |
Merged into the gh-pages branch |
I’m proposing to add the following unsigned integer types:
uint16
uint32
uint64
int64
)The
uint32
anduint64
formats are already in use bygnostic
.This is effectively a repeat of #2617, now that there is an extension registry, as it looks like only
uint8
was added when that registry was created.The text was updated successfully, but these errors were encountered: