
26 Jun
2009
26 Jun
'09
8:53 a.m.
On Sábado 16 Mayo 2009, Helmut Eller wrote:
* Nikodemus Siivola [2009-05-16 11:10+0200] writes:
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.
This should be fixed in HEAD. It was some hiccup with a custom printer table.
Helmut.
I'm getting similar behaviour in the inspector. (defstruct aaa x y z) (make-aaa) Inspect the fresh struct object. Press return on one of the NILs and see three #1#=NILs upon return. Gabor