clerk icon indicating copy to clipboard operation
clerk copied to clipboard

catch and rethrow eval error with additional context

Open philomates opened this issue 3 years ago • 0 comments

It can be hard to track down the source of notebook evaluation errors. This PR adds the original file name and form for which the evaluation exception is relevant.

for a notebook with an expression like (throw (ex-info "boom" {:hi :there})) we have:

before change

20220203_14h37m04s_grim

after change

20220203_14h36m22s_grim

philomates avatar Feb 03 '22 13:02 philomates