-
Notifications
You must be signed in to change notification settings - Fork 158
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
Improve exception handling in literate programming #360
Comments
Json.parse
or Json.tryParse
are not being lostJson.parse
or Json.tryParse
are being lost
I think I just found the silent error that wasn't being propogated back to me:
|
Yep. This was mainly on my end. Adding the appropriate reference to |
Was the exception logged properly? How did you find it? Where did you expect it in the first place? |
Json.parse
or Json.tryParse
are being lost
Tracked in #370 |
I've tried
include-value
,include-output
, andinclude-it
. None work if I throw in aJson.parse
orJson.tryParse
in the same evaluation block. I've even tried re-defining it in the local file and I still can't get any value other thanNo value has been returned
. Any ideas where I am going wrong?In both blocks where
Json.parse
is invoked, the include block showsNo value has been returned
.Also of interest are these blocks:
binds correctly, but
doesn't bind either.
The text was updated successfully, but these errors were encountered: