<i18n dev> RFR: JDK-8315457 Implementation of String Templates (Second Preview) [v3]
Jan Lahoda
jlahoda at openjdk.org
Fri Nov 3 15:02:11 UTC 2023
On Tue, 17 Oct 2023 16:03:25 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:
>> Update String Templates for a second preview. With the addition of
>>
>> - Expression type and throws are determined from the `process` method of the processor type and not the processor type.
>>
>> - Qualified `STR` and `RAW` are treated the same as unqualified `STR` and `RAW` .
>>
>> - Raw (generic) process types are no longer an error.
>
> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>
> Cache process method type in JCStringTemplate
Looks good to me.
-------------
Marked as reviewed by jlahoda (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16202#pullrequestreview-1712905674
More information about the i18n-dev
mailing list