fare-csv on sbcl-0.9.9-darwin-ppc - Details

Started at:2006-04-16 00:49:07
Ended at:2006-04-16 00:49:18
Elapsed time (seconds):11
Depends On:parse-number
Most recent change:2005-09-23 03:11:29
Most recent file:/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/csv.lisp

REPL Output

;;; ASDF-INSTALL: Downloading 2442 bytes from http://fare.tunes.org/asdf-packages/fare-csv.tar.gz to /Users/gwking/temporary/asdf-test/FARE-CSV.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/FARE-CSV.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/
fare-csv/csv.lisp
fare-csv/fare-csv.asd
fare-csv/package.lisp

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/" ;;; ASDF-INSTALL: Downloading package PARSE-NUMBER, required by fare-csv

;;; ASDF-INSTALL: Downloading 3726 bytes from http://common-lisp.net/project/asdf-packaging/parse-number-latest.tar.gz to /Users/gwking/temporary/asdf-test/parse-number.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/temporary/asdf-test/parse-number.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/
parse-number-1.0/
parse-number-1.0/parse-number.lisp
parse-number-1.0/parse-number.asd

#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/parse-number-1.0/" 
#P"/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/parse-number-1.0/" 
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/parse-number-1.0/parse-number.lisp" (written 27 APR 2005 04:16:21 PM):
; compiling (DEFPACKAGE #:ORG.MAPCAR.PARSE-NUMBER ...)
; compiling (IN-PACKAGE #:ORG.MAPCAR.PARSE-NUMBER)
; compiling (DEFINE-CONDITION INVALID-NUMBER ...)
; compiling (DECLAIM (INLINE PARSE-INTEGER-AND-PLACES))
; compiling (DEFUN PARSE-INTEGER-AND-PLACES ...)
; compiling (DEFUN PARSE-INTEGERS ...)
; compiling (DECLAIM (INLINE NUMBER-VALUE ...))
; compiling (DEFUN NUMBER-VALUE ...)
; compiling (DEFUN PLACES ...)
; compiling (DECLAIM (TYPE CONS ...))
; compiling (DEFPARAMETER *WHITE-SPACE-CHARACTERS* ...)
; compiling (DECLAIM (INLINE WHITE-SPACE-P))
; compiling (DEFUN WHITE-SPACE-P ...)
; compiling (DEFUN PARSE-NUMBER ...)
; compiling (DEFUN PARSE-REAL-NUMBER ...)
; compiling (DEFUN PARSE-POSITIVE-REAL-NUMBER ...)
; compiling (DEFPARAMETER *TEST-VALUES* ...)
; compiling (DEFUN RUN-TESTS ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/parse-number-1.0/parse-number.fasl written
; compilation finished in 0:00:01
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/package.lisp" (written 23 SEP 2005 03:11:29 AM):
; compiling (DEFPACKAGE #:FARE-CSV ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/package.fasl written
; compilation finished in 0:00:00
; compiling file "/Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/csv.lisp" (written 23 SEP 2005 03:11:29 AM):
; compiling (IN-PACKAGE :FARE-CSV)
; compiling (DECLAIM (OPTIMIZE # ...))
; compiling (DEFPARAMETER *CSV-SEPARATOR* ...)
; compiling (DEFPARAMETER *CSV-QUOTE* ...)
; compiling (DEFMACRO DEFSUBST ...)
; compiling (DEFSUBST CHAR-SPACE-P ...)
; compiling (DEFSUBST CHAR-DIGIT-OR-DOT-P ...)
; compiling (DEFSUBST CHAR-NORMAL-P ...)
; compiling (DEFSUBST NS-ACCEPT-P ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/csv.lisp
; in: DEFSUBST NS-ACCEPT-P
;     (FUNCALL FARE-CSV::X FARE-CSV::C)
; --> SB-C::%FUNCALL THE 
; ==>
;   (SB-KERNEL:%COERCE-CALLABLE-TO-FUN FUNCTION)
; 
; note: unable to
;   optimize away possible call to FDEFINITION at runtime
; due to type uncertainty:
;   The first argument is a (OR FUNCTION SYMBOL), not a FUNCTION.

; compiling (DEFSUBST NS-ACCEPT ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/csv.lisp
; in: DEFSUBST NS-ACCEPT-P
;     (FUNCALL FARE-CSV::X FARE-CSV::C)
; --> SB-C::%FUNCALL THE 
; ==>
;   (SB-KERNEL:%COERCE-CALLABLE-TO-FUN FUNCTION)
; 
; note: unable to
;   optimize away possible call to FDEFINITION at runtime
; due to type uncertainty:
;   The first argument is a (OR FUNCTION SYMBOL), not a FUNCTION.

; compiling (DEFSUBST NS-ACCEPT-EOF ...)
; compiling (DEFSUBST NS-ACCEPT-EOL ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/csv.lisp
; in: DEFSUBST NS-ACCEPT-P
;     (FUNCALL FARE-CSV::X FARE-CSV::C)
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X (CHAR-CODE FARE-CSV::C))
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (FUNCALL FARE-CSV::X FARE-CSV::C)
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X (CHAR-CODE FARE-CSV::C))
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

; compiling (DEFSUBST NS-ACCEPT-SPACE ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/csv.lisp
; in: DEFSUBST NS-ACCEPT-P
;     (EQL FARE-CSV::X FARE-CSV::C)
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X (CHAR-CODE FARE-CSV::C))
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

; compiling (DEFSUBST NS-ACCEPT-NORMAL ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/csv.lisp
; in: DEFSUBST NS-ACCEPT-P
;     (EQL FARE-CSV::X FARE-CSV::C)
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X (CHAR-CODE FARE-CSV::C))
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

; compiling (DEFSUBST NS-ACCEPT-SPACES ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/csv.lisp
; in: DEFSUBST NS-ACCEPT-P
;     (EQL FARE-CSV::X FARE-CSV::C)
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X (CHAR-CODE FARE-CSV::C))
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

; compiling (DEFSUBST NS-ACCEPT-QUOTE ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/csv.lisp
; in: DEFSUBST NS-ACCEPT-P
;     (FUNCALL FARE-CSV::X FARE-CSV::C)
; --> SB-C::%FUNCALL THE 
; ==>
;   (SB-KERNEL:%COERCE-CALLABLE-TO-FUN FUNCTION)
; 
; note: unable to
;   optimize away possible call to FDEFINITION at runtime
; due to type uncertainty:
;   The first argument is a (OR FUNCTION SYMBOL), not a FUNCTION.

; compiling (DEFSUBST NS-ACCEPT-SEPARATOR ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/csv.lisp
; in: DEFSUBST NS-ACCEPT-P
;     (FUNCALL FARE-CSV::X FARE-CSV::C)
; --> SB-C::%FUNCALL THE 
; ==>
;   (SB-KERNEL:%COERCE-CALLABLE-TO-FUN FUNCTION)
; 
; note: unable to
;   optimize away possible call to FDEFINITION at runtime
; due to type uncertainty:
;   The first argument is a (OR FUNCTION SYMBOL), not a FUNCTION.

; compiling (DEFUN READ-CSV-LINE ...)

; file: /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/csv.lisp
; in: DEFSUBST NS-ACCEPT-P
;     (EQL FARE-CSV::X FARE-CSV::C)
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X (CHAR-CODE FARE-CSV::C))
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X FARE-CSV::C)
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X (CHAR-CODE FARE-CSV::C))
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (FUNCALL FARE-CSV::X FARE-CSV::C)
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X (CHAR-CODE FARE-CSV::C))
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (FUNCALL FARE-CSV::X FARE-CSV::C)
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X (CHAR-CODE FARE-CSV::C))
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X FARE-CSV::C)
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X (CHAR-CODE FARE-CSV::C))
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X FARE-CSV::C)
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X (CHAR-CODE FARE-CSV::C))
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (FUNCALL FARE-CSV::X FARE-CSV::C)
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X (CHAR-CODE FARE-CSV::C))
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (FUNCALL FARE-CSV::X FARE-CSV::C)
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (EQL FARE-CSV::X (CHAR-CODE FARE-CSV::C))
; ==>
;   FARE-CSV::X
; 
; note: deleting unreachable code

;     (FUNCALL FARE-CSV::X FARE-CSV::C)
; --> SB-C::%FUNCALL THE 
; ==>
;   (SB-KERNEL:%COERCE-CALLABLE-TO-FUN FUNCTION)
; 
; note: unable to
;   optimize away possible call to FDEFINITION at runtime
; due to type uncertainty:
;   The first argument is a (OR FUNCTION SYMBOL), not a FUNCTION.
; 
; note: unable to
;   optimize away possible call to FDEFINITION at runtime
; due to type uncertainty:
;   The first argument is a (OR FUNCTION SYMBOL), not a FUNCTION.
; 
; note: unable to
;   optimize away possible call to FDEFINITION at runtime
; due to type uncertainty:
;   The first argument is a (OR FUNCTION SYMBOL), not a FUNCTION.
; 
; note: unable to
;   optimize away possible call to FDEFINITION at runtime
; due to type uncertainty:
;   The first argument is a (OR FUNCTION SYMBOL), not a FUNCTION.
; 
; note: unable to
;   optimize away possible call to FDEFINITION at runtime
; due to type uncertainty:
;   The first argument is a (OR FUNCTION SYMBOL), not a FUNCTION.

; compiling (DEFUN READ-CSV-STREAM ...)
; compiling (DEFUN READ-CSV-FILE ...)

; /Users/gwking/temporary/asdf-test/input/sbcl0-9-9/site/fare-csv/csv.fasl written
; compilation finished in 0:00:01
; 
; compilation unit finished
;   printed 35 notes