RFR: 7903609: Jextract can not handle some anonymous nested structs [v2]

Maurizio Cimadamore mcimadamore at openjdk.org
Wed Dec 13 18:09:12 UTC 2023


On Wed, 13 Dec 2023 18:01:40 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

>> We could enhance the forEach to take a `Predicate` instead, so that we can return true/false to short-circuit, and then have a Consumer overload that just always returns true. I'll look at that
>
> Done in: https://github.com/openjdk/jextract/pull/159/commits/876dd3612b915aced226cce665b8318382445f0e

Sorry, got mixed up. You just want to avoid further processing if the result has already been set

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

PR Review Comment: https://git.openjdk.org/jextract/pull/159#discussion_r1425711048


More information about the jextract-dev mailing list