On Wed, 15 Dec 2021 20:09:22 GMT, Roger Riggs wrote:
>> A few refactorings to how `java.util.Formatter` sets up `FormatString`s,
>> aligning the implementation with changes explored by the TemplatedStrings
>> JEP and ever so slightly improving performance:
>>
>> - turn `Flags` into an `int` (f
On Tue, 14 Dec 2021 00:14:32 GMT, Claes Redestad wrote:
> A few refactorings to how `java.util.Formatter` sets up `FormatString`s,
> aligning the implementation with changes explored by the TemplatedStrings JEP
> and ever so slightly improving performance:
>
> - turn `Flags` into an `int` (few
On Tue, 14 Dec 2021 00:14:32 GMT, Claes Redestad wrote:
> A few refactorings to how `java.util.Formatter` sets up `FormatString`s,
> aligning the implementation with changes explored by the TemplatedStrings JEP
> and ever so slightly improving performance:
>
> - turn `Flags` into an `int` (few