RFR: 7903727: Remove the reliance on String Templates feature [v3]
Nizar Benalla
nbenalla at openjdk.org
Tue Jun 4 10:13:14 UTC 2024
On Tue, 4 Jun 2024 09:19:15 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Nizar Benalla has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Added number references to arguments
>
> src/main/java/org/openjdk/jextract/impl/ClassSourceBuilder.java line 110:
>
>> 108: extendsExpr = " extends " + superName;
>> 109: }
>> 110: appendLines("%s %s %s%s {", modifiers, kind.kindName, className, extendsExpr);
>
> no numbers here?
Fixed in [8507b05](https://github.com/openjdk/jextract/pull/244/commits/8507b0533a46d54cfbd8b040aeddcead3aa70e6d), thanks
-------------
PR Review Comment: https://git.openjdk.org/jextract/pull/244#discussion_r1625731028
More information about the jextract-dev
mailing list