From 6990d42faca35cab8d832d55e35dc3f128eb94b5 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 3 Sep 2021 08:06:39 -0500 Subject: demethod+ not implemented --- testiere.lisp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/testiere.lisp b/testiere.lisp index c7b8934..1f1d0ec 100644 --- a/testiere.lisp +++ b/testiere.lisp @@ -84,10 +84,6 @@ (defmacro defmethod+ (name &rest args) "Like regular DEFMETHOD, but with embedded unit tests. If those test would fail, the method fails to be defined. " - (destructuring-bind (qual-and-lambda-list body) (parse-defmethod args) - (destructuring-bind (tests function-body) (extract-tests name body) - `(progn - (defmethod ,name ,@qual-and-lambda-list ,@function-body) - ,@tests)))) + (ERROR "Not yet implemented")) -- cgit v1.2.3