[armedbear-devel] ABCL -r12425 cannot load ANSI-TESTS both compied and interpreted

dmiles@users.sourceforge.net logicmoo at gmail.com
Sun Feb 7 02:25:14 UTC 2010


FYI:


[root at titan ansi-tests]# java -jar
/development/ABCL/abcl-trunk/dist/abcl.jar
Armed Bear Common Lisp 0.19.0-dev
Java 1.6.0_10 Sun Microsystems Inc.
Java HotSpot(TM) 64-Bit Server VM
Low-level initialization completed in 0.287 seconds.
Startup completed in 0.888 seconds.
Type ":help" for a list of available commands.
CL-USER(1): (load "compileit.lsp")
WARNING: ABCL doesn't support the long form of DEFINE-METHOD-COMBINATION;
randomized testing disabled.
WARNING: Redefining test LOOP.10.106
Error loading /development/ABCL/ansi-tests/defclass-01.lsp at line 799
(offset 18177)
Debugger invoked on condition of type PROGRAM-ERROR:
  Invalid initarg :NAME.
Restarts:
  0: TOP-LEVEL Return to top level.
[1] CL-TEST(2): (quit)

[root at titan ansi-tests]# java -jar
/development/ABCL/abcl-trunk/dist/abcl.jar
Armed Bear Common Lisp 0.19.0-dev
Java 1.6.0_10 Sun Microsystems Inc.
Java HotSpot(TM) 64-Bit Server VM
Low-level initialization completed in 0.29 seconds.
Startup completed in 0.895 seconds.
Type ":help" for a list of available commands.
CL-USER(1): (load "doit.lsp")
; Compilation unit finished
;   The following functions were used but not defined:
;     REGRESSION-TEST::COPY-ENTRY
WARNING: ABCL doesn't support the long form of DEFINE-METHOD-COMBINATION;
randomized testing disabled.
WARNING: Redefining test LOOP.10.106
; in (DEFMACRO DEFCLASS-WITH-TESTS ...)
; Caught STYLE-WARNING:
;   The variable INITARG-LIST is defined but never used.
; Caught STYLE-WARNING:
;   The variable ALLOCATION is defined but never used.

; Compilation unit finished
;   Caught 2 STYLE-WARNING conditions
Error loading /development/ABCL/ansi-tests/defclass-01.lsp at line 799
(offset 18177)
Debugger invoked on condition of type PROGRAM-ERROR:
  Invalid initarg :NAME.
Restarts:
  0: TOP-LEVEL Return to top level.
[1] CL-TEST(2): (quit)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20100206/3b57bbdc/attachment.html>


More information about the armedbear-devel mailing list