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
* Clarifications to pattern selection
* State up front that the catch-all key `*` is never passed to
the implementation-defined key-comparison method
* Clarify the relationship between selector length and key length
* Clarify the type signature for `SortVariants`
* Fix typo
* Remove reference to "the formatter" in description of catch-all matching
Co-authored-by: Eemeli Aro <eemeli@gmail.com>
* Change "decoded" to "resolved" for keys
Change references to "the decoded value of a key" to
"the resolved value of a key", and clarify that key resolution is
the same as literal resolution
* Clarify the relationship between key resolution and literal resolution
Co-authored-by: Eemeli Aro <eemeli@gmail.com>
* Clarify the relationship between key resolution and literal resolution in all instances
* Also remove up-front text explaining key resolution
* Normative language for required number of keys in variants
Co-authored-by: Addison Phillips <addisonI18N@gmail.com>
* Rewrite the call to `SortVariants`
In the "Sort Variants" definition, re-specify the implementation-dependent
`SortVariants` so as not to constraint whether it modifies the list in-place
or returns a new list
* Follow style for describing method return values
Co-authored-by: Eemeli Aro <eemeli@gmail.com>
* Add newline
Co-authored-by: Eemeli Aro <eemeli@gmail.com>
---------
Co-authored-by: Eemeli Aro <eemeli@gmail.com>
Co-authored-by: Addison Phillips <addisonI18N@gmail.com>
0 commit comments