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

Add better NativeFunction error information #505

Open
gg340th opened this issue Mar 12, 2024 · 0 comments
Open

Add better NativeFunction error information #505

gg340th opened this issue Mar 12, 2024 · 0 comments

Comments

@gg340th
Copy link

gg340th commented Mar 12, 2024

On long function calls it is almost impossible to use NativeFunction, the reason is:
TypeError: Int64 object expected
Now the question is where, if you have 20 parameters it takes a long time to figure it out making it unusable.
It would be nice if it showed:
TypeError: Int64 object expected at parameter 2, got %s

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

No branches or pull requests

1 participant