Patch went in to cl-unification, so no longer need warning
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 2013-06-25 18:30:55.000000000 +0000
+++ new-Oh, Ducks!/selectors.lisp 2013-06-25 18:30:55.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 ~
- <http://common-lisp.net/pipermail/cl-unification-devel/attachments/20091201/d5021e15/attachment.obj> ~
- to ensure proper functioning of the \"Oh, Ducks!\" library.")
-
(defclass %implicit-element-selector (selector) ())
(defparameter %implicit-element-selector (make-instance '%implicit-element-selector))