Fri Jan 1 05:06:19 UTC 2010 pix@kepibu.org * Patch went in to cl-unification, so no longer need warning diff -rN -u old-Oh, Ducks!/selectors.lisp new-Oh, Ducks!/selectors.lisp --- old-Oh, Ducks!/selectors.lisp 2015-11-23 02:34:04.000000000 +0000 +++ new-Oh, Ducks!/selectors.lisp 2015-11-23 02:34:04.000000000 +0000 @@ -47,11 +47,6 @@ (let ((selector (template-spec template))) (setf (slot-value template 'matcher) (parse-selector (string-trim " " selector)))))) -(warn "parse-selector currently relies on a patch which has not yet made ~ - it in to cl-unification. Be sure to apply the patch from ~ - ~ - to ensure proper functioning of the \"Oh, Ducks!\" library.") - (defclass %implicit-element-selector (selector) ()) (defparameter %implicit-element-selector (make-instance '%implicit-element-selector))