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

Non descriptive NullPointerException when accidentally inserting data of wrong type #77

Closed
ifesdjeen opened this issue Feb 19, 2017 · 2 comments

Comments

@ifesdjeen
Copy link
Collaborator

When using an async execute function, if you accidentally pass argument of a wrong type, you will get an exception that's a bit hard to understand:

Caused by: java.lang.NullPointerException
        at qbits.alia$execute_async.invokeStatic(alia.clj:415)
        at qbits.alia$execute_async.invoke(alia.clj:380)

I'll debug / handle it later, just leaving info here not to forget..

@mpenet
Copy link
Owner

mpenet commented Feb 20, 2017

Odd, seems that this path should be covered. Let me know what you find.

@mpenet
Copy link
Owner

mpenet commented May 22, 2017

Closing, as this is now covered by the specs we provide (if you use them at dev time)

@mpenet mpenet closed this as completed May 22, 2017
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

2 participants