You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Define non-negative integer option
@catamorphism identified this as a gap in e.g. #739.
This PR defines what a non-negative integer option value is for `:number` and `:integer`. It does not attempt to address the larger question raised in 738/739.
* Address @eemelie's comment
... via a rewrite.
Adds an example. Permits upper length limit. Removes any mention of types. Permits an upper numeric amount (e.g. if you're implementation of number formatting is limited to, say, 64 digits, you can make the maximum allowed value `64`)
* Update spec/registry.md
* Address comments
* Update spec/registry.md
* Update spec/registry.md
Co-authored-by: Eemeli Aro <[email protected]>
* Update spec/registry.md
Co-authored-by: Stanisław Małolepszy <[email protected]>
* Implement changes discussed in 2024-03-25 call
* Address comments
---------
Co-authored-by: Eemeli Aro <[email protected]>
Co-authored-by: Stanisław Małolepszy <[email protected]>
0 commit comments