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

Marshalling Arrays of Interfaces to ABI selects the incorrect marshaler #61

Closed
jkoritzinsky opened this issue Feb 6, 2020 · 0 comments · Fixed by #62
Closed

Marshalling Arrays of Interfaces to ABI selects the incorrect marshaler #61

jkoritzinsky opened this issue Feb 6, 2020 · 0 comments · Fixed by #62
Labels
fixed Issue has been fixed in an upcoming or existing release

Comments

@jkoritzinsky
Copy link
Member

The set_abi_marshaler method incorrectly selects the MarshalNonBlittable<T> marshaler for arrays of interfaces instead of the MarshalInterface<T> marshaler.

The native->managed direction selects the correct marshaler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Issue has been fixed in an upcoming or existing release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants