[cells-devel] [openair] redundant updates and mk-checkbox
Ken Tilton
kennytilton at optonline.net
Wed Apr 9 06:58:51 UTC 2008
Andy Chambers wrote:
> Hi Kenny,
>
> Just a quick note to mention various updates....
>
> - reinstated the serverless test suite so that it works alongside hunch
> http://gitorious.org/projects/hunchncells/repos/mainline/commits/4c7bb90927
>
> - added the mk-checkbox macro
> http://gitorious.org/projects/hunchncells/repos/mainline/commits/4a0795cb3
>
> - prevention of redundant updates
> http://gitorious.org/projects/hunchncells/repos/mainline/commits/aa110dfe069
>
>
If I do this to move into aserve mode:
(eval-when (compile load eval)
(require :aserve)
(pushnew :aserve *features*))
;;;#+:use-hunch
;;;(defpackage :openair
;;; (:use :cl :utils-kt :cells :hunchentoot :cl-who))
(progn (print "using aserve...")
(defpackage :openair
(:use :cl :utils-kt :cells :net.aserve :net.uri :cl-who)))
;; (defpackage :openair
;; (:use :cl :utils-kt :cells :net.aserve :net.uri :cl-who))
... I end up doing a series of quick patches every time, this time might
have been worse but it is late and I am not really trying. :)
btw, one solid esception to Lisp's flexibility: you cannot define
do-send on the input class until after the compiler has encountered the
class definition for input.
I am out allll day tomorrow perhaps into thursday, catch you then.
kt
More information about the cells-devel
mailing list