Fork me on GitHub
#cider
<
2019-09-28
>
yuhan04:09:23

I suppose we could overload cider-inspect-last-result to show the stacktrace buffer in case of an error?

yuhan04:09:58

conceptually it's the same sort of action - "see more" of the output

bozhidar06:09:56

@qythium Yeah, that sounds reasonable. I guess there are many places where we don’t handle in a smart manner getting an error instead of a result.

bozhidar06:09:46

For inspect another option would be to pass the inspector the stacktrace as a raw inspectable datastructure.

pez10:09:39

@qythium: This has been tried and tested in Calva since start, and it certainly seems to be a good idea. i have also been wanting to make it easy to inspect the error further.