I'm a new subscriber and I haven't done any of the usual things. For example lurked for while or read the archives.
I did the following _mindlessly_ to get clbuild to build hunchentoot:
Hope this helps. - ben
$ ./clbuild diff hunchentoot ... diff -rN -u old-hunchentoot/test/test.lisp new-hunchentoot/test/ test.lisp --- old-hunchentoot/test/test.lisp 2008-03-05 21:16:06.000000000 -0500 +++ new-hunchentoot/test/test.lisp 2008-03-05 21:16:06.000000000 -0500 @@ -444,7 +444,7 @@ "Yellow snow") do (htm (:input :type "checkbox" - :name (format age nil "meal{~A}" choice) + :name (format nil "meal{~A}" choice) :checked (gethash choice meal) (esc choice)) (:br)))))
On Wed, 5 Mar 2008 21:22:25 -0500, Ben Hyde bhyde@pobox.com wrote:
:name (format age nil "meal{~A}" choice)
:name (format nil "meal{~A}" choice)
Woops, how did that one get into there?
Thanks, fixed in the new release.
Edi.