Very likely Jingtao's code is calling READ-NAME-VALUE-PAIR without being wrapped in this macro
But there's still a bug in READ-NAME-VALUE-PAIR:
? (WITH-INPUT-FROM-VECTOR (S (MAP '(VECTOR (UNSIGNED-BYTE 8)) 'CHAR-CODE "path=/foo")) (chunga:with-character-stream-semantics (CHUNGA:READ-NAME-VALUE-PAIR S))) ("path" . "")
On May 22, 2013, at 8:19 AM, Edi Weitz wrote:
On Wed, May 22, 2013 at 4:18 PM, Ron Garret ron@flownet.com wrote:
I found a bug in CHUNGA:READ-NAME-VALUE-PAIR.
It's not quite clear to me yet what the bug is supposed to be.
The documentation clearly says that calls to READ-NAME-VALUE-PAIR and friends must be wrapped with this macro:
http://weitz.de/chunga/#with-character-stream-semantics
(You might argue that this isn't very user-friendly, but Chunga wasn't really intended to be used that way.)