[slime-devel] too-eager *print-circle* binding in debugger
Nikodemus Siivola
nikodemus at random-state.net
Sat May 16 09:10:53 UTC 2009
2009/5/11 Nikodemus Siivola <nikodemus at random-state.net>:
> Test case: (error "~a" "duh")
>
> in terminal:
>
> debugger invoked on a SIMPLE-ERROR: duh
>
> in Slime:
>
> #1=#1#
> [Condition of type SIMPLE-ERROR]
>
> ...which is a bit suboptimal...
Turns out this is partially my fault. I say partially because I'm
pretty sure I don't deserve this for doing (drumroll...):
(push '(*print-length* . nil) swank:*sldb-printer-bindings*)
in .swank.lisp. I'm not doing that anymore -- but this still probably
not intended behaviour.
Cheers,
-- Nikodemus
More information about the slime-devel
mailing list