
6 Feb
2008
6 Feb
'08
11:35 p.m.
On Thu, 31 Jan 2008 01:36:11 -0600, "Victor Kryukov" <victor.kryukov@gmail.com> wrote:
The following code produces errors on two of my systems (Linux and Mac) for both CLISP and SBCL:
(require 'asdf) (asdf:oos 'asdf:load-op :cl-who)
(defpackage :test (:use :cl :cl-who))
(in-package :test)
(with-html-output-to-string (str) (:html (:title "test")))
It looks like a bug, macro variable capture, to me, but it may well be my misunderstanding/misuse of CL-WHO.
I'd appreciate your comments, as usual.
Sorry for the delay. Just a confirmation that this seems to be a bug. Will be fixed in the next days when I find some time. Thanks for the report, Edi.