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

Exceptions should panic at the site of msg_send! #39

Closed
SSheldon opened this issue Dec 6, 2015 · 1 comment
Closed

Exceptions should panic at the site of msg_send! #39

SSheldon opened this issue Dec 6, 2015 · 1 comment
Milestone

Comments

@SSheldon
Copy link
Owner

SSheldon commented Dec 6, 2015

Currently, with the exception feature enabled, when an exception is thrown the panic starts from within the implementation of messaging. This should be raised to the macro, so that the first thing the user sees is which line of their code was the issue without having to re-run with backtraces on.

This might also be a good way to surface verification errors once they're finalized in #38.

@SSheldon SSheldon added this to the 0.2 milestone Dec 6, 2015
@SSheldon
Copy link
Owner Author

SSheldon commented Jan 4, 2016

Fixed in 3d60609.

@SSheldon SSheldon closed this as completed Jan 4, 2016
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