Mariano Montone
Mariano Montone
I think we should leave this open as it is not solved. I don't know if it's possible that Djula catches and error that is not in Djula; to me...
Actually, now that I look, it may be that you don't have a heap exhaustion problem, but some other problem, and Djula is trying to catch it. ``` Template Compilation...
Aha. It's a memory fault error on render-template, but I'm still clueless, sorry. :/
Hello. This fork seems to try. It is a bit behind, though. https://github.com/enometh/lisp-system-browser
Are you sent to the Emacs debugger when one of these errors occur? Because I'm not, but I would like to. I just get the error message in Emacs status...
Sorry, yes, it needs more work!! I've been working with SBCL exclusively so far.
Odd thing is I've just tried it on Clozure CL and I'm able to navigate all alexandria package functions without any problems.
One particular problem I'm having with Clozure is that SWANK classifies macros as functions :( ``` CL-USER> (swank::describe-symbol-for-emacs 'anaphora:aand) (:FUNCTION "Like AND, except binds the first argument to IT (via...
Ohh. auch. Thanks for looking.