-
Notifications
You must be signed in to change notification settings - Fork 63
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
"WARNING: doo's init function was not set" is misleading #122
Comments
Hi, Thanks for the report. Can you show me an example of an error and its cause that was unrelated to the message? It would be helpful to decide where/if to put that message. |
@bensu I literally just had an error in my own code. The cause was a mistake i made. |
Hi, Great! Can you give me a small project that shows that error? |
I get the same warning in my tests. |
Hi @Isenta Would you mind providing a repo that shows the error? |
this looks like an example #141 |
In terms of improving the messaging here, is there more than I've opened #151 to avoid printing the "init function was not set" when it doesn't apply. But if there's other low-hanging fruit to improve the default exception handler, now's a good time to address that :) |
I think that PR #151 (included in release 0.1.8) addressed this issue, so I'll close this. |
This just means that literally any error will print this warning, it does not mean that the init function wasn't set.
The text was updated successfully, but these errors were encountered: