packer on sbcl-0.9.9-darwin-ppc - Details

Author:Nathan Froyd <froydnj@cs.rice.edu>
Version:0.2
Description:A little language for packing binary structures
Started at:2006-04-16 01:35:48
Ended at:2006-04-16 01:36:06
Elapsed time (seconds):18
Most recent change:2005-02-25 12:20:33
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/packer_0.2/package.lisp

REPL Output

;;; ASDF-INSTALL: Downloading 6511 bytes from http://www.cs.rice.edu/~froydnj/lisp/packer.tar.gz to /Users/gwking/temporary/asdf-test/PACKER.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/PACKER.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/
packer_0.2/packer.asd
packer_0.2/package.lisp
packer_0.2/packer.lisp
packer_0.2/README

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/packer_0.2/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/packer_0.2/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/packer_0.2/package.lisp" (written 25 FEB 2005 12:20:33 PM):
; compiling (DEFPACKAGE "BINARY-PACKER" ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/packer_0.2/package.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/packer_0.2/packer.lisp" (written 25 FEB 2005 12:20:33 PM):
; compiling (IN-PACKAGE "BINARY-PACKER")
; compiling (DEFINE-CONDITION BINARY-PACKER-ERROR ...)
; compiling (DEFINE-CONDITION UNKNOWN-FORMAT-CHARACTER-ERROR ...)
; compiling (DEFINE-CONDITION FORMAT-STRING-SYNTAX-ERROR ...)
; compiling (DEFINE-CONDITION UNPACKING-ERROR ...)
; compiling (DEFPARAMETER *PACK-FORMATS* ...)
; compiling (DEFUN FIND-FORMAT-DEFINITION-OR-ELSE ...)
; compiling (DEFCLASS FORMAT-DEFINITION ...)
; compiling (DEFMACRO DEFINE-FORMAT-CHAR ...)
; compiling (DEFCLASS PACKER ...)
; compiling (DEFCLASS LITTLE-ENDIAN-PACKER ...)
; compiling (DEFCLASS BIG-ENDIAN-PACKER ...)
; compiling (DEFCLASS UNPACKER ...)
; compiling (DEFCLASS LITTLE-ENDIAN-UNPACKER ...)
; compiling (DEFCLASS BIG-ENDIAN-UNPACKER ...)
; compiling (DEFUN ENSURE-SPACE-FOR-PACKING ...)
; compiling (DEFUN BASIC-NUMERIC-PACKER ...)
; compiling (DEFUN ENSURE-VALUES-FOR-UNPACKING ...)
; compiling (DEFUN BASIC-NUMERIC-UNPACKER ...)
; compiling (DEFPACKFUNS 8)
; compiling (DEFPACKFUNS 16)
; compiling (DEFPACKFUNS 32)
; compiling (DEFPACKFUNS 64)
; compiling (DEFUN SINGLE-FLOAT-BITS ...)
; compiling (DEFUN DOUBLE-FLOAT-BITS ...)
; compiling (DEFUN MAKE-SINGLE-FLOAT-FROM-BITS ...)
; compiling (DEFUN MAKE-DOUBLE-FLOAT-FROM-BITS ...)
; compiling (DEFGENERIC PACK-OBJECTS ...)
; compiling (DEFMETHOD PACK-OBJECTS ...)
; compiling (DEFMETHOD PACK-OBJECTS ...)
; compiling (DEFGENERIC UNPACK-OBJECTS ...)
; compiling (DEFMETHOD UNPACK-OBJECTS ...)
; compiling (DEFMETHOD UNPACK-OBJECTS ...)
; compiling (DEFUN ALIGN ...)
; compiling (DEFMACRO DEFINE-NUMERIC-PACK-ROUTINES ...)
; compiling (DEFINE-NUMERIC-PACK-ROUTINES #\c ...)
; compiling (DEFINE-NUMERIC-PACK-ROUTINES #\b ...)
; compiling (DEFINE-NUMERIC-PACK-ROUTINES #\B ...)
; compiling (DEFINE-NUMERIC-PACK-ROUTINES #\s ...)
; compiling (DEFINE-NUMERIC-PACK-ROUTINES #\S ...)
; compiling (DEFINE-NUMERIC-PACK-ROUTINES #\i ...)
; compiling (DEFINE-NUMERIC-PACK-ROUTINES #\I ...)
; compiling (DEFINE-NUMERIC-PACK-ROUTINES #\l ...)
; compiling (DEFINE-NUMERIC-PACK-ROUTINES #\L ...)
; compiling (DEFINE-NUMERIC-PACK-ROUTINES #\f ...)
; compiling (DEFINE-NUMERIC-PACK-ROUTINES #\d ...)
; compiling (DEFINE-FORMAT-CHAR #\x ...)
; compiling (DEFINE-FORMAT-CHAR #\a ...)
; compiling (DEFUN CHECK-FORMAT-TYPE ...)
; compiling (DEFCLASS FIELD ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFUN FIELD-ELEMENT-SIZE ...)
; compiling (DEFUN PARSE-FORMAT-STRING ...)
; compiling (DEFUN FIELD-LIST-SIZE ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/packer_0.2/packer.lisp
; in: DEFUN FIELD-LIST-SIZE
;     (RETURN-FROM BINARY-PACKER::FIELD-LIST-SIZE NIL)
; 
; note: deleting unreachable code

; compiling (DEFUN PACK-SIZE ...)
; compiling (DEFUN PACK-FIELD ...)
; compiling (DEFUN PACK ...)
; compiling (DEFUN UNPACK-FIELD ...)
; compiling (DEFUN UNPACK ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/packer_0.2/packer.fasl written
; compilation finished in 0:00:07

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/packer_0.2/packer.lisp
; in: DEFUN BINARY-PACKER::CHECK-FORMAT-TYPE
;     (ASSOC BINARY-PACKER::FORMAT-CHAR BINARY-PACKER::*PACK-TYPES* :TEST #'CHAR=)
; 
; caught WARNING:
;   undefined variable: BINARY-PACKER::*PACK-TYPES*

; in: DEFUN BINARY-PACKER::FIELD-ELEMENT-SIZE
;     (BINARY-PACKER::OBJECT-SIZE (BINARY-PACKER::FORMAT-CHAR BINARY-PACKER::FIELD))
; 
; caught STYLE-WARNING:
;   undefined function: BINARY-PACKER::OBJECT-SIZE

; 
; caught WARNING:
;   This variable is undefined:
;     BINARY-PACKER::*PACK-TYPES*

; 
; caught STYLE-WARNING:
;   This function is undefined:
;     BINARY-PACKER::OBJECT-SIZE
; 
; compilation unit finished
;   caught 2 WARNING conditions
;   caught 2 STYLE-WARNING conditions
;   printed 1 note