[Bese-devel] dummy question

Ties Stuij cjstuij at gmail.com
Wed Apr 26 13:05:14 UTC 2006


Not to be confused with noob question, although it might come close.

with-dummy-request-context works for me, as described in this list,
when i comment out the last line; e.g. it will render the component,
show the result and return the component:

       (when ,render
         (render (context.window-component *context*))
         (close-request (context.request *context*))
        ;; (send-response (context.response *context*))
         ))))

If i don't comment it out i get an error message about the first value
in a vector not being of type character, eg the 72 in:

  3: (SB-GRAY::BASIC-IO-TYPE-STREAM-WRITE-SEQUENCE
#<SWANK-BACKEND::SLIME-OUTPUT-STREAM {B4EC649}> #(72 84 84 80 47 49 46
49 32) 0 NIL #<STANDARD-GENERIC-FUNCTION SB-GRAY:STREAM-WRITE-CHAR
(1)>)

It looks like a bug but i don't know that much about streams yet.

greets,
Ties



More information about the bese-devel mailing list