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

FuncPtr mapping: support empty-paren functions and varargs #487

Open
ForNeVeR opened this issue Nov 23, 2023 · 0 comments
Open

FuncPtr mapping: support empty-paren functions and varargs #487

ForNeVeR opened this issue Nov 23, 2023 · 0 comments
Labels
area:cil-interop Related to CIL (.NET) interop kind:feature New feature or request status:help-wanted Open for contributors

Comments

@ForNeVeR
Copy link
Owner

ForNeVeR commented Nov 23, 2023

#356 introduced mapping of function pointer types to FuncPtr<TDelegate>.

Currently, there's no mapping for functions with empty parens or functions with vararg parameters.

We should support that.

While implementing, see number 487 in the project code. There are several places where the changes will be required.

This is important for us to support compiling of all C programs in the wide architecture.

@ForNeVeR ForNeVeR added kind:feature New feature or request status:help-wanted Open for contributors area:cil-interop Related to CIL (.NET) interop labels Nov 23, 2023
ForNeVeR added a commit that referenced this issue Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:cil-interop Related to CIL (.NET) interop kind:feature New feature or request status:help-wanted Open for contributors
Projects
None yet
Development

No branches or pull requests

1 participant