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

NativeCall: output index of argument with repr mismatch #1141

Merged
merged 1 commit into from Aug 22, 2019

Conversation

timo
Copy link
Member

@timo timo commented Jul 13, 2019

also properly says "native cast" or "return type" for those.

before:

Native call expected return type with CArray representation, but got a CPointer (NativeCall::Types::Pointer[int64])

after:

Native call expected argument 3 with CArray representation, but got a CPointer (NativeCall::Types::Pointer[int64])

also properly says "native cast" or "return type" for those.
@timo timo force-pushed the nativecall_errors_give_argument_index branch from 7a5d41b to aff8ac7 Compare August 22, 2019 22:47
@timo timo merged commit 3e715b4 into master Aug 22, 2019
@timo timo deleted the nativecall_errors_give_argument_index branch August 22, 2019 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant