Dear sjamaan... added by Bunny351 on Thu Jun 16 11:02:38 2011

* sxpath:

Warning: in local unknown procedure,
  in toplevel procedure `txpath#sxml:core-normalize-space':
  sxml-tools/txpath.scm:348: in procedure call to `string-split', expected argument #2 of type `str\
ing', but was given an argument of type `pair'

Warning: in local unknown procedure,
  in toplevel procedure `txpath#sxml:core-normalize-space':
  sxml-tools/txpath.scm:361: in procedure call to `string-split', expected argument #2 of type `str\
ing', but was given an argument of type `pair'

* http-client
** the call to loop is in tail position:

         ((401 407)          ; Unauthorized, Proxy Authentication Required
           (or (and-let* (((or (not (max-retry-attempts)) ; unlimited?
                               (<= attempts (max-retry-attempts))))
                          (new-req (authenticate-request
                                    req response writer
                                    (http-connection-proxy con))))
                 (cleanup! #t)
                 (loop (add1 attempts) redirects new-req))
               ;; pass it on, we can't throw an error here
               (let ((data (reader response)))
                 (values data (request-uri request) response))))

* colorize

Warning: in toplevel unknown procedure:
  remove: in procedure call to `remove', expected argument #2 of type `list', but was given an argu\
ment of type `procedure'

** can't figure these out

Warning: in local unknown procedure,
  in local procedure `mode-wait3571',
  in local unknown procedure,
  in local unknown procedure,
  in toplevel unknown procedure:
  access to variable `tmp3890' which has an undefined value

Warning: in local unknown procedure,
  in local procedure `mode-wait3571',
  in local unknown procedure,
  in local unknown procedure,
  in toplevel unknown procedure:
  access to variable `tmp3890' which has an undefined value

* fancypants
** sjamaan
** tests fail

-- testing quote education ---------------------------------------------------
(smarten-quotes '(p "Fatboy Slim is the band of the '90s!")) ......... [ERROR]

Error: (string-append) bad argument type - not a string: #f
(smarten-quotes '(p "What's that?")) ................................. [ERROR]

Error: (string-append) bad argument type - not a string: #f
(smarten-quotes '(p "\"We're going to need a bigger boat\", he ... ... [ERROR]

Error: (string-append) bad argument type - not a string: #f
(smarten-quotes '(p "'We're going to need a bigger boat', he sa... ... [ERROR]

Error: (string-append) bad argument type - not a string: #f
(smarten-quotes '(p "'One' or 'Two'?")) .............................. [ERROR]

Error: (string-append) bad argument type - not a string: #f
(smarten-quotes '(p "\"One\" or \"Two\"?")) .......................... [ERROR]

Error: (string-append) bad argument type - not a string: #f
(smarten-quotes '(p "\"There's " (em "no") " business like show... ... [ERROR]

Error: (string-append) bad argument type - not a string: #f
(smarten-quotes '(p "``Hi there'', he said")) ........................ [ERROR]

Error: (string-append) bad argument type - not a string: #f
(smarten-quotes '(p "````Hi there'', he said'', I said")) ............ [ERROR]

Error: (string-append) bad argument type - not a string: #f
(smarten-quotes '(p "\"``Hi there'', he said\", I said")) ............ [ERROR]

Error: (string-append) bad argument type - not a string: #f
10 tests completed in 0.007 seconds.
10 errors (100%).
0 out of 10 (0%) tests passed.
-- done testing quote education ----------------------------------------------

-- testing sxml rulesets -----------------------------------------------------
(pre-post-order (pre-post-order '(p "The procedure \"number->st... ... [ERROR]

Error: (string-append) bad argument type - not a string: #f
    (pre-post-order
      (pre-post-order
        '(p "The procedure \"number->string\" changes numbers into strings")
        (make-smart-quote-rules))
      (make-fancy-rules))
(pre-post-order (pre-post-order '(p "The procedure \"" (code "n... ... [ERROR]

Error: (string-append) bad argument type - not a string: #f
    (pre-post-order
      (pre-post-order
        '(p "The procedure \""
            (code "number->string")
            "\" changes numbers into strings")
        (make-smart-quote-rules))
      (make-fancy-rules))
2 tests completed in 0.002 seconds.
2 errors (100%).
0 out of 2 (0%) tests passed.