-
Notifications
You must be signed in to change notification settings - Fork 57
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
Transport position in ex-data #181
Conversation
@lread I approve this PR. Maybe it would be nice to add a |
Note the |
Argh, nevermind. The issue is my |
Another way to fix is to catch |
In some test code I write: #?(:cljs (def Exception js/Error)) which is a hack, but it does work :) |
Maybe namespaced |
I've done something similar in SCI: |
Yah maybe! Let's discuss in #182 |
Exceptions thrown by the reader will have
:row
and:col
keys in their ex-data.