2 Apr 2013 16:41
CVS slime
CVS User sboukarev <sboukarev <at> common-lisp.net>
2013-04-02 14:41:08 GMT
2013-04-02 14:41:08 GMT
Update of /project/slime/cvsroot/slime In directory tiger.common-lisp.net:/tmp/cvs-serv25204 Modified Files: ChangeLog swank-allegro.lisp Log Message: Hide SWANK debugger frames on Allegro also when the error is signalled within threads different from the SLIME REPL's. E.g. (mp:process-run-function nil (lambda () (error "foo"))). --- /project/slime/cvsroot/slime/ChangeLog 2013/03/12 17:49:47 1.2397 +++ /project/slime/cvsroot/slime/ChangeLog 2013/04/02 14:41:07 1.2398 <at> <at> -1,3 +1,14 <at> <at> +2013-04-02 Luís Oliveira <loliveira <at> common-lisp.net> + + Hide SWANK debugger frames on Allegro also when the error is + signalled within threads different from the SLIME REPL's. + E.g. (mp:process-run-function nil (lambda () (error "foo"))). + + * swank-allegro.lisp (find-topframe): look deeper than 11 + frames. Still looking no deeper than 30 frames in the unlikely + event that this function is invoked out of context with a very + large stack. + 2013-03-12 Helmut Eller <heller <at> common-lisp.net> * slime.el (slime-read-interactive-args): Use read-shell-command --- /project/slime/cvsroot/slime/swank-allegro.lisp 2013/02/13 07:27:14 1.160 +++ /project/slime/cvsroot/slime/swank-allegro.lisp 2013/04/02 14:41:08 1.161 <at> <at> -169,11 +169,11 <at> <at>(Continue reading)
RSS Feed