source: branches/0.13.x/abcl/doc/ABCL-SLIME @ 11661

Last change on this file since 11661 was 11661, checked in by Mark Evenson, 14 years ago

Restablish TRACE facility as per svn r11659.

Start documentation for release.

Mark as abcl-0.12.42.

File size: 813 bytes
Line 
1ABCL 0.13 runs against SLIME CVS HEAD of 2009-02-14 with the following
2errata.
3
4[001] *standard-output* is not correctly bound to the appropiate
5      SLIME-OUTPUT-STREAM on the statup of the REPL.
6     
7      WORKAROUND: Evaluate a self-quoting numeric form in the
8                  *inferior-lisp* buffer including the [RETURN]
9                  character.  The REPL returns the self-qoting form
10                  establishing the correct bindings for the
11                  CONNECTION.
12
13
14#|
15;; Swank started at port: 63344.
16CL-USER>
17WARNING: Test failed: (EVAL-WHEN (&ANY :COMPILE-TOPLEVEL :LOAD-TOPLEVEL :EXECUTE) &BODY BODY) => "(eval-when (&any :compile-toplevel :load-toplevel :execute) &body
18 body)"
19  Expected: "(eval-when (&any :compile-toplevel :load-toplevel :execute) &body body)"
20
21  42 [RETURN]
22
23|#
Note: See TracBrowser for help on using the repository browser.