You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I'd like to be able to write code that makes use of va_list. In Java 21, the foreign api will drop va_list support, so I'd like Slince to handle it on its own.
As a user, I'd like to be able to write code that makes use of va_list. In Java 21, the foreign api will drop va_list support, so I'd like Slince to handle it on its own.
The changes in this pull request should help:
https://github.com/openjdk/panama-foreign/pull/763/files
The conditions for completion of this story are as follows:
The text was updated successfully, but these errors were encountered: