RFR: 7903758: jextract should avoid temporary file creation [v5]

Athijegannathan Sundararajan sundar at openjdk.org
Tue Jun 25 15:12:26 UTC 2024


On Tue, 25 Jun 2024 14:47:52 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

>> Athijegannathan Sundararajan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   removed unused Parser.parse overload as suggested in review
>
> src/main/java/org/openjdk/jextract/clang/Index.java line 68:
> 
>> 66:         }
>> 67: 
>> 68:         public ParsingFailedException(String srcFile, ErrorCode code) {
> 
> Where is this new constructor being used?

will check and remove one of the constructors

-------------

PR Review Comment: https://git.openjdk.org/jextract/pull/251#discussion_r1653013992


More information about the jextract-dev mailing list