Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Va_list support in Slinc itself #166

Open
4 tasks
markehammons opened this issue Apr 20, 2023 · 0 comments
Open
4 tasks

Va_list support in Slinc itself #166

markehammons opened this issue Apr 20, 2023 · 0 comments
Labels
story:to plan Story that needs planning

Comments

@markehammons
Copy link
Collaborator

markehammons commented Apr 20, 2023

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:

  • Slinc has its own VaList type totally seperate from foreign
  • Java 17 has proper support for VaList, and tests pass without restriction on number of arguments
  • Slinc's implementation works for Java 21
  • Slinc's implementation works for Windows, linux, and Mac on Amd64 architecture
@markehammons markehammons added the story:to plan Story that needs planning label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story:to plan Story that needs planning
Projects
None yet
Development

No branches or pull requests

1 participant