pink-gorilla / notebook

Web based Clojure notebook application/-library.
https://pink-gorilla.github.io/
103 stars 9 forks source link

clj kernel warning requests stacktrace #129

Closed awb99 closed 3 years ago

awb99 commented 4 years ago

When nrepl eval gives back a warning, then we request stacktrace information on the warning. However warnings do not have stacktrace data. this leads to displaying en empty stacktrace in the notebook.

the correct behavior is to not request stacktraces for warnings.