RFR: Tweak jextract to reflect changes to `MemorySegment::ofAddress`
Jorn Vernee
jvernee at openjdk.org
Thu Feb 16 18:44:53 UTC 2023
On Thu, 16 Feb 2023 17:36:06 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> This patch brings jextract in sync with the API changes in https://git.openjdk.org/panama-foreign/pull/797.
>
> The changes are mostly trivial and, luckily, jextract bindings already shield developers from having to call `MemorySegment::ofAddress` manually, so not a lot of test changes were required.
>
> I've also updated the samples (but I could not test them as my environment is not setup to do that). We will fix up samples issues later (if needed).
Marked as reviewed by jvernee (no project role).
-------------
PR: https://git.openjdk.org/jextract/pull/105
More information about the jextract-dev
mailing list