robustify debugger against bogus lambda-lists
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 9 Jun 2011 20:23:23 +0000 (23:23 +0300)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 9 Jun 2011 21:06:37 +0000 (00:06 +0300)
commitbddb383d464b924f1066f1733fe8e2407e7d9283
tree98010224e415a322621d8809192b5bbfe27b8f7d
parent11cfbfd7e07650aa5dae84ed6170a0d041e25acb
robustify debugger against bogus lambda-lists

  If we don't find a list where we expect a rest-list to be,
  substitute a dummy unprintable object.

  Provides a workaround for lp#795245.
NEWS
src/code/debug.lisp
tests/debug.impure.lisp