eudoxia0 / clack-errors

Error page middleware for Clack.
27 stars 3 forks source link

It relies on being to parse the backtrace (doesn't work on LispWorks) #13

Open Yehouda opened 4 years ago

Yehouda commented 4 years ago

The function render uses parse-backtrace and relies on it to return a list where the third element is a list of frames. On LispWorks it fails, the third element is nil, and the call to subseq inside render signals another error.