Package fixes. 1.0.0
authorOlof-Joachim Frahm <olof@macrolet.net>
Mon, 22 Dec 2014 08:04:55 +0000 (08:04 +0000)
committerOlof-Joachim Frahm <olof@macrolet.net>
Mon, 22 Dec 2014 08:04:55 +0000 (08:04 +0000)
cl-mock.asd
src/facade.lisp
src/package.lisp

index 7b71beb..6fc2a3c 100644 (file)
@@ -10,7 +10,7 @@ version)."
   :license "Simplified BSD License"
   :version "1.0.0"
   #+asdf-unicode :encoding #+asdf-unicode :utf-8
-  :depends-on (#:cl-mock-basic #:closer-mop #:alexandria #:optima)
+  :depends-on (#:cl-mock-basic #:optima)
   :in-order-to ((asdf:test-op (asdf:load-op #:cl-mock-tests)))
   :perform (asdf:test-op :after (op c)
              (funcall (find-symbol (symbol-name '#:run!) '#:fiveam)
index a16e88f..4ad42fd 100644 (file)
@@ -25,7 +25,7 @@
                             for (form . rest) on forms
                             collect `(,(if rest i T) ,form)))))
                (if (listp call)
-                   `(match args
+                   `(optima:match args
                      ((list . ,(cdr call)) ,cases)
                      (_ (unhandled)))
                    cases))))))))
index 8f802ae..e2725b3 100644 (file)
@@ -3,7 +3,7 @@
 (in-package #:cl-user)
 \f
 (defpackage #:cl-mock
-  (:use #:closer-common-lisp #:alexandria #:optima)
+  (:use #:closer-common-lisp #:alexandria)
   (:export
    ;; regular functions
    #:maybe-fdefinition