trees on openmcl-1.1-darwin-powerpc - Details

Version:0.6.1
Started at:2006-04-15 23:27:40
Ended at:2006-04-15 23:27:42
Elapsed time (seconds):2
Most recent change:2006-01-09 12:32:40
Most recent file:/Users/gwking/temporary/asdf-test/input/opendev/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 TREES.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing TREES.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/opendev/site/, /Users/gwking/temporary/asdf-test/input/opendev/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/opendev/site/trees_0.6.1/" 
#P"/Users/gwking/temporary/asdf-test/input/opendev/site/trees_0.6.1/" 
;Compiler warnings for "/Users/gwking/temporary/asdf-test/input/opendev/site/trees_0.6.1/binary-trees.lisp" :
;   Unused lexical variable LOW-SUBTREE, in (TREE-DELETE-NONEMPTY (BINARY-TREE T T T)).
;   Unused lexical variable CHILD, in (TREE-DELETE-NONEMPTY (BINARY-TREE T T T)).
;   Unused lexical variable DELETED, in (TREE-DELETE-NONEMPTY (BINARY-TREE T T T)).
; Warning: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x83FF116> on #<CL-SOURCE-FILE "binary-trees" #x840119E>.
; While executing: #<STANDARD-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE)>, in process listener(1).
;Compiler warnings for "/Users/gwking/temporary/asdf-test/input/opendev/site/trees_0.6.1/red-black-trees.lisp" :
;   Unused lexical variable LOW-SUBTREE, in (TREE-DELETE-NONEMPTY (RED-BLACK-TREE T T T)).
; Warning: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x83FF116> on #<CL-SOURCE-FILE "red-black-trees" #x8400DE6>.
; While executing: #<STANDARD-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE)>, in process listener(1).
;Compiler warnings for "/Users/gwking/temporary/asdf-test/input/opendev/site/trees_0.6.1/avl-trees.lisp" :
;   Unused lexical variable DELETED, in (TREE-DELETE-NONEMPTY (AVL-TREE T T T)).
; Warning: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x83FF116> on #<CL-SOURCE-FILE "avl-trees" #x8400A46>.
; While executing: #<STANDARD-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE)>, in process listener(1).
;Compiler warnings for "/Users/gwking/temporary/asdf-test/input/opendev/site/trees_0.6.1/aa-trees.lisp" :
;   Unused lexical variable LOW-SUBTREE, in (TREE-DELETE-NONEMPTY (AA-TREE T T T)).
;   Unused lexical variable DELETED, in (TREE-DELETE-NONEMPTY (AA-TREE T T T)).
; Warning: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x83FF116> on #<CL-SOURCE-FILE "aa-trees" #x84006A6>.
; While executing: #<STANDARD-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE)>, in process listener(1).