trees on clisp-2.37-unix-unknown - Details

Version:0.6.1
Started at:2006-04-16 03:36:39
Ended at:2006-04-16 03:36:45
Elapsed time (seconds):6
Most recent change:2006-01-09 12:32:40
Most recent file:/Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/aa-trees.lisp

REPL Output

;;; ASDF-INSTALL: Downloading 9463 bytes from http://www.cs.rice.edu/~froydnj/lisp/trees.tar.gz to /Users/gwking/TREES.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/TREES.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/clisp/site/, /Users/gwking/temporary/asdf-test/input/clisp/site-systems/
trees_0.6.1/trees.asd
trees_0.6.1/package.lisp
trees_0.6.1/generics.lisp
trees_0.6.1/types.lisp
trees_0.6.1/print.lisp
trees_0.6.1/binary-trees.lisp
trees_0.6.1/red-black-trees.lisp
trees_0.6.1/avl-trees.lisp
trees_0.6.1/aa-trees.lisp
trees_0.6.1/utils.lisp
trees_0.6.1/LICENSE
trees_0.6.1/README
trees_0.6.1/NEWS
trees_0.6.1/TODO

#P"/Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/" 
#P"/Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/" 
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/package.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/package.fas
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/generics.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/generics.fas
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/types.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/types.fas
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/print.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/print.fas
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/binary-trees.lisp ...
WARNING in 83 108 (DEFUN TREE-INSERT-NONEMPTY (TREE ITEM) ...)-15 in lines 83..108 :
Function TREE-INSERT-NONEMPTY
 was already defined in file #P"/Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/generics.lisp" in line 32
WARNING in 231 232 (DEFMETHOD TREE-DELETE-NONEMPTY (# DELETED CHILD ...) ...)-26-1-1 in lines 231..232 :
variable DELETED is not used.
Misspelled or missing IGNORE declaration?
WARNING in 231 232 (DEFMETHOD TREE-DELETE-NONEMPTY (# DELETED CHILD ...) ...)-26-1-1 in lines 231..232 :
variable CHILD is not used.
Misspelled or missing IGNORE declaration?
WARNING in 231 232 (DEFMETHOD TREE-DELETE-NONEMPTY (# DELETED CHILD ...) ...)-26-1-1 in lines 231..232 :
variable LOW-SUBTREE is not used.
Misspelled or missing IGNORE declaration?
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/binary-trees.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19FD75A5> on
         #<CL-SOURCE-FILE "binary-trees" #x19FD6E71>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL #x19FD75A5> on
         #<CL-SOURCE-FILE "binary-trees" #x19FD6E71>.
WARNING: DEFUN/DEFMACRO: redefining function TREE-INSERT-NONEMPTY in
         /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/binary-trees.fas,
         was defined in top-level
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/red-black-trees.lisp ...
WARNING in 96 99 (DEFMETHOD TREE-DELETE-NONEMPTY (# DELETED CHILD ...) ...)-11-1-1 in lines 96..99 :
variable LOW-SUBTREE is not used.
Misspelled or missing IGNORE declaration?
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/red-black-trees.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19FD75A5> on
         #<CL-SOURCE-FILE "red-black-trees" #x19FD6F15>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL #x19FD75A5> on
         #<CL-SOURCE-FILE "red-black-trees" #x19FD6F15>.
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/avl-trees.lisp ...
WARNING in 119 170 (DEFMETHOD TREE-DELETE-NONEMPTY (# DELETED CHILD ...) ...)-14-1-1 in lines 119..170 :
variable DELETED is not used.
Misspelled or missing IGNORE declaration?
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/avl-trees.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19FD75A5> on
         #<CL-SOURCE-FILE "avl-trees" #x19FD6FB9>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL #x19FD75A5> on
         #<CL-SOURCE-FILE "avl-trees" #x19FD6FB9>.
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/aa-trees.lisp ...
WARNING in 42 55 (DEFMETHOD TREE-DELETE-NONEMPTY (# DELETED CHILD ...) ...)-7-1-1 in lines 42..55 :
variable DELETED is not used.
Misspelled or missing IGNORE declaration?
WARNING in 42 55 (DEFMETHOD TREE-DELETE-NONEMPTY (# DELETED CHILD ...) ...)-7-1-1 in lines 42..55 :
variable LOW-SUBTREE is not used.
Misspelled or missing IGNORE declaration?
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/aa-trees.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19FD75A5> on
         #<CL-SOURCE-FILE "aa-trees" #x19FD705D>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL #x19FD75A5> on
         #<CL-SOURCE-FILE "aa-trees" #x19FD705D>.
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/utils.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/trees_0.6.1/utils.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19FD75A5> on
         #<CL-SOURCE-FILE "utils" #x19FD7101>.
WARNING: COMPILE-FILE failed while performing #<COMPILE-OP NIL #x19FD75A5> on
         #<CL-SOURCE-FILE "utils" #x19FD7101>.
0 errors, 8 warnings