Fri Nov 13 11:31:41 UTC 2009 pix@kepibu.org
* Status checkin
hunk ./css-selector-unifier.asd 1
+(defpackage #:css-selector-unifier.system
+ (:use #:cl #:asdf))
+(in-package #:css-selector-unifier.system)
+
hunk ./css-selector-unifier.asd 8
- :maintainer " <pix@kepibu.org>"
- :author " <pix@kepibu.org>"
+ :maintainer "pinterface <pix@kepibu.org>"
+ :author "pinterface <pix@kepibu.org>"
hunk ./css-selector-unifier.asd 16
- ;; components likely need manual reordering
+ ;; FIXME: ordering
hunk ./css-selector-unifier.asd 26
-
-;; closure-html and cl-unification both indiscriminately set up #t as a
-;; reader. We ensure cl-unification's #t wins.
-#+(or)
-(eval-when (:load-toplevel :execute)
- (set-dispatch-macro-character #\# #\T 'unify::|sharp-T-reader|))
hunk ./unification-templates.lisp 2
+;; FIXME: this file crashes clisp when loading the fasl...wtf?
+
+#.(set-dispatch-macro-character #\# #\T 'unify::|sharp-T-reader|)
hunk ./unification-templates.lisp 21
- (format t "spec: ~s~%" spec)
hunk ./unification-templates.lisp 102
+;; FIXME: Apparently the #T() objects are causing clisp to crash during
+;; fasl-loading. Quite possibly clisp is unable to save objects to fasls.
+#+(or)