jupyter-xeus / xeus-r

Jupyter kernel for the R programming language
Other
41 stars 5 forks source link

capture call stack on error #12

Closed romainfrancois closed 10 months ago

romainfrancois commented 10 months ago

closes #10

romainfrancois commented 10 months ago

This is inspired from the what things are done in zeus-python:

image

.xeus_try_catch is getting too big to be inlined in the C++ file, so we probably should figure out a way to host it in a 📦 .

romainfrancois commented 10 months ago

Closing this now as will be superseded by #15