html-encode on clisp-2.37-unix-unknown - Details

Author:Brian Mastenbrook
Description:A library for encoding text in various web-savvy encodings.
Started at:2006-04-16 03:01:55
Ended at:2006-04-16 03:01:59
Elapsed time (seconds):4
Most recent change:2006-01-21 12:41:58
Most recent file:/Users/gwking/temporary/asdf-test/input/clisp/site/html-encode-1.2/.svn/empty-file

REPL Output

;;; ASDF-INSTALL: Downloading 3132 bytes from http://www.unmutual.info/software/html-encode-1.2.tar.gz to /Users/gwking/HTML-ENCODE.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/HTML-ENCODE.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/clisp/site/, /Users/gwking/temporary/asdf-test/input/clisp/site-systems/
html-encode-1.2/
html-encode-1.2/.svn/
html-encode-1.2/.svn/README.txt
html-encode-1.2/.svn/empty-file
html-encode-1.2/.svn/entries
html-encode-1.2/.svn/format
html-encode-1.2/.svn/prop-base/
html-encode-1.2/.svn/prop-base/LICENSE.svn-base
html-encode-1.2/.svn/prop-base/html-encode.asd.svn-base
html-encode-1.2/.svn/prop-base/html-encode.lisp.svn-base
html-encode-1.2/.svn/props/
html-encode-1.2/.svn/props/LICENSE.svn-work
html-encode-1.2/.svn/props/html-encode.asd.svn-work
html-encode-1.2/.svn/props/html-encode.lisp.svn-work
html-encode-1.2/.svn/text-base/
html-encode-1.2/.svn/text-base/LICENSE.svn-base
html-encode-1.2/.svn/text-base/html-encode.asd.svn-base
html-encode-1.2/.svn/text-base/html-encode.lisp.svn-base
html-encode-1.2/.svn/tmp/
html-encode-1.2/.svn/tmp/prop-base/
html-encode-1.2/.svn/tmp/props/
html-encode-1.2/.svn/tmp/text-base/
html-encode-1.2/.svn/tmp/wcprops/
html-encode-1.2/.svn/wcprops/
html-encode-1.2/LICENSE
html-encode-1.2/html-encode.asd
html-encode-1.2/html-encode.lisp

#P"/Users/gwking/temporary/asdf-test/input/clisp/site/html-encode-1.2/" 
#P"/Users/gwking/temporary/asdf-test/input/clisp/site/html-encode-1.2/" 
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/html-encode-1.2/html-encode.lisp ...
WARNING in ENCODE-FOR-TT in lines 9..55 :
Duplicate CASE label #\Newline : 
(CASE CHAR ((NIL) (RETURN))
 ((#\Newline) (WRITE-STRING "<br>" OUT)
  (WHEN WITH-LINE-NUMBERS (WRITE-STRING (FUNCALL WITH-LINE-NUMBERS) OUT))
  (GO ESCAPE-SPACES))
 ((#\&) (WRITE-STRING "&amp;" OUT)) ((#\<) (WRITE-STRING "&lt;" OUT))
 ((#\>) (WRITE-STRING "&gt;" OUT))
 ((#\Tab)
  (WRITE-STRING "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" OUT))
 ((#\Space) (WRITE-CHAR #\Space OUT) (GO ESCAPE-SPACES)) ((#\Newline #\Return))
 (T (WRITE-CHAR CHAR OUT)))
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/html-encode-1.2/html-encode.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19FDAC55> on
         #<CL-SOURCE-FILE "html-encode" #x19FDABA1>.
0 errors, 1 warning