anaphora on sbcl-0.9.9-darwin-ppc - Details

Version:0.9.2
Started at:2006-04-15 23:35:50
Ended at:2006-04-15 23:36:00
Elapsed time (seconds):10
Most recent change:2004-03-04 15:34:07
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/anaphora-0.9.2/anaphora.asd

REPL Output

;;; ASDF-INSTALL: Downloading 2628 bytes from http://common-lisp.net/project/anaphora/files/anaphora-latest.tar.gz to /Users/gwking/temporary/asdf-test/ANAPHORA.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/ANAPHORA.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/, /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site-systems/
anaphora-0.9.2/
anaphora-0.9.2/packages.lisp
anaphora-0.9.2/early.lisp
anaphora-0.9.2/symbolic.lisp
anaphora-0.9.2/anaphora.lisp
anaphora-0.9.2/anaphora.asd

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/anaphora-0.9.2/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/anaphora-0.9.2/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/anaphora-0.9.2/packages.lisp" (written 04 MAR 2004 03:34:07 PM):
; compiling (DEFPACKAGE :ANAPHORA ...)
; compiling (DEFPACKAGE :ANAPHORA-BASIC ...)
; compiling (DEFPACKAGE :ANAPHORA-SYMBOL ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/anaphora-0.9.2/packages.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/anaphora-0.9.2/early.lisp" (written 04 MAR 2004 03:34:07 PM):
; compiling (IN-PACKAGE :ANAPHORA)
; compiling (DEFMACRO WITH-UNIQUE-NAMES ...)
; compiling (DEFMACRO IGNORE-FIRST ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/anaphora-0.9.2/early.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/anaphora-0.9.2/symbolic.lisp" (written 04 MAR 2004 03:34:07 PM):
; compiling (IN-PACKAGE :ANAPHORA)
; compiling (DEFMACRO INTERNAL-SYMBOL-MACROLET ...)
; compiling (DEFINE-SETF-EXPANDER INTERNAL-SYMBOL-MACROLET ...)
; compiling (WITH-UNIQUE-NAMES (S-INDICATOR CURRENT-S-INDICATOR) ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/anaphora-0.9.2/symbolic.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/anaphora-0.9.2/anaphora.lisp" (written 04 MAR 2004 03:34:07 PM):
; compiling (IN-PACKAGE :ANAPHORA)
; compiling (DEFMACRO ANAPHORIC ...)
; compiling (DEFMACRO AAND ...)
; compiling (DEFMACRO SOR ...)
; compiling (DEFMACRO AIF ...)
; compiling (DEFMACRO SIF ...); in: LAMBDA NIL
;     (LET* ((ANAPHORA::ENV #:ENVIRONMENT27))
;     (UNLESS (SB-INT:PROPER-LIST-OF-LENGTH-P (CDR #:WHOLE26) 2 3)
;       (SB-KERNEL::ARG-COUNT-ERROR 'DEFMACRO
;                                   'ANAPHORA:SIF
;                                   (CDR #:WHOLE26)
;                                   '(ANAPHORA::TEST ANAPHORA::THEN
;                                                    &OPTIONAL
;                                                    ANAPHORA::ELSE
;                                                    &ENVIRONMENT
;                                                    ANAPHORA::ENV)
;                                   2
;                                   3))
;     (LET* ((ANAPHORA::TEST (CAR #))
;            (ANAPHORA::THEN (CAR #))
;            (ANAPHORA::ELSE (IF # # NIL)))
;       (BLOCK ANAPHORA:SIF
;         `(ANAPHORA::SYMBOLIC IF
;                              ,ANAPHORA::TEST
;                              ,ANAPHORA::THEN
;                              ,ANAPHORA::ELSE))))
; 
; caught STYLE-WARNING:
;   The variable ENV is defined but never used.

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/anaphora-0.9.2/anaphora.lisp
; in: DEFMACRO SIF
;     (DEFMACRO ANAPHORA:SIF
;             (ANAPHORA::TEST ANAPHORA::THEN
;              &OPTIONAL ANAPHORA::ELSE &ENVIRONMENT ANAPHORA::ENV)
;     "Like IF, except binds the test form to IT (via SYMBOL-MACROLET) for
; the scope of the then and else expressions. IT can be set with SETF"
;     `(ANAPHORA::SYMBOLIC IF ,ANAPHORA::TEST ,ANAPHORA::THEN ,ANAPHORA::ELSE))
; --> EVAL-WHEN SB-C::%DEFMACRO SB-C::%DEFMACRO FUNCTION 
; ==>
;   (LET* ((ANAPHORA::ENV #:ENVIRONMENT27))
;     (UNLESS (SB-INT:PROPER-LIST-OF-LENGTH-P (CDR #:WHOLE26) 2 3)
;       (SB-KERNEL::ARG-COUNT-ERROR 'DEFMACRO
;                                   'ANAPHORA:SIF
;                                   (CDR #:WHOLE26)
;                                   '(ANAPHORA::TEST ANAPHORA::THEN
;                                                    &OPTIONAL
;                                                    ANAPHORA::ELSE
;                                                    &ENVIRONMENT
;                                                    ANAPHORA::ENV)
;                                   2
;                                   3))
;     (LET* ((ANAPHORA::TEST (CAR #))
;            (ANAPHORA::THEN (CAR #))
;            (ANAPHORA::ELSE (IF # # NIL)))
;       (BLOCK ANAPHORA:SIF
;         `(ANAPHORA::SYMBOLIC IF
;                              ,ANAPHORA::TEST
;                              ,ANAPHORA::THEN
;                              ,ANAPHORA::ELSE))))
; 
; caught STYLE-WARNING:
;   The variable ENV is defined but never used.

; compiling (DEFMACRO ASIF ...)
; compiling (DEFMACRO AWHEN ...)
; compiling (DEFMACRO SWHEN ...)
; compiling (DEFMACRO SUNLESS ...)
; compiling (DEFMACRO ACASE ...)
; compiling (DEFMACRO SCASE ...)
; compiling (DEFMACRO AECASE ...)
; compiling (DEFMACRO SECASE ...)
; compiling (DEFMACRO ACCASE ...)
; compiling (DEFMACRO SCCASE ...)
; compiling (DEFMACRO ATYPECASE ...)
; compiling (DEFMACRO STYPECASE ...)
; compiling (DEFMACRO AETYPECASE ...)
; compiling (DEFMACRO SETYPECASE ...)
; compiling (DEFMACRO ACTYPECASE ...)
; compiling (DEFMACRO SCTYPECASE ...)
; compiling (DEFMACRO ACOND ...)
; compiling (DEFMACRO SCOND ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/anaphora-0.9.2/anaphora.fasl written
; compilation finished in 0:00:00
WARNING:
   COMPILE-FILE warned while performing #<COMPILE-OP NIL {40006D59}> on
   #<CL-SOURCE-FILE "anaphora" {400D76A1}>.
; 
; compilation unit finished
;   caught 2 STYLE-WARNING conditions