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
[6.d REVIEW] Rename Str.parse-names to Str.uniparse
The original name was chosen to align with `.parse-base` that parses out
base-X numbers out strings. However, we have a whole block of more closely
related routines all named in `.uni*` format, so it makes sense for this
routine's naming to align with those. They are: `infix:<unicmp>`,
`unimatch`, `uniname`, `uninames`, `unival`, `univals`, `uniprop`,
`uniprop-bool`, `uniprop-int`, `uniprop-str`, `uniprops`.
Refs:
Raku/6.d-prep@efa24f6https://irclog.perlgeek.de/perl6-dev/2017-12-21#i_15609653
Rakudo impl: rakudo/rakudo@2a8287cf89
0 commit comments