]> Lady’s Gitweb - Etiquette/commitdiff
Always return (the same) objects for langstrings
authorLady <redacted>
Wed, 14 Jun 2023 02:02:55 +0000 (19:02 -0700)
committerLady <redacted>
Wed, 14 Jun 2023 02:08:05 +0000 (19:08 -0700)
Instead of returning a string literal in some cases and a `String`
object in others, always return an object when processing language
strings. Use a cache and registry to always return the same object for
any given value and language, to allow `Set` operations to work as
expected.


No differences found
This page took 0.019885 seconds and 4 git commands to generate.