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

Jsii runtime not turning "byref" callback arguments to native #398

Closed
RomainMuller opened this issue Mar 25, 2019 · 1 comment
Closed

Jsii runtime not turning "byref" callback arguments to native #398

RomainMuller opened this issue Mar 25, 2019 · 1 comment
Assignees
Labels
bug This issue is a bug. language/dotnet Related to .NET bindings (C#, F#, ...) language/java Related to Java bindings

Comments

@RomainMuller
Copy link
Contributor

When a ByRef object is passed out to a callback, the JSII runtimes for Java and .NET (at least) won't replace the byref tokens (nor date and enum references), leading to type conversion problems.

@RomainMuller RomainMuller self-assigned this Mar 25, 2019
@RomainMuller RomainMuller added bug This issue is a bug. language/dotnet Related to .NET bindings (C#, F#, ...) language/java Related to Java bindings labels Mar 25, 2019
@RomainMuller
Copy link
Contributor Author

RomainMuller commented Mar 28, 2019

Fixed by #395

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. language/dotnet Related to .NET bindings (C#, F#, ...) language/java Related to Java bindings
Projects
None yet
Development

No branches or pull requests

1 participant