From fbcad835a24d6cd65e32b3b4453928f910c0182e Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau Date: Wed, 26 Mar 2014 16:43:05 -0400 Subject: [PATCH] Fix .asd files: no more in-package cl-user, no more pushing cl-protobufs feature. --- cl-protobufs.asd | 4 ---- tests/cl-protobufs-tests.asd | 7 ++----- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/cl-protobufs.asd b/cl-protobufs.asd index 7aaf3bf..6fbf55f 100644 --- a/cl-protobufs.asd +++ b/cl-protobufs.asd @@ -8,9 +8,6 @@ ;;; ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(in-package "CL-USER") - - (asdf:defsystem :cl-protobufs :name "CL Protobufs" :author "Scott McKay" @@ -67,4 +64,3 @@ (:file "asdf-support") (:file "examples"))))) -(pushnew :cl-protobufs *features*) diff --git a/tests/cl-protobufs-tests.asd b/tests/cl-protobufs-tests.asd index fd1f04c..da0b0dc 100644 --- a/tests/cl-protobufs-tests.asd +++ b/tests/cl-protobufs-tests.asd @@ -8,9 +8,6 @@ ;;; ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(in-package "CL-USER") - - (asdf:defsystem :cl-protobufs-tests :name "Protobufs Tests" :author "Scott McKay" @@ -89,14 +86,14 @@ (:protobuf-file "forward_reference") (:file "lisp-reference-tests"))) - (module "nested-extend-test" + (:module "nested-extend-test" :serial t :pathname #p"" :components ((:protobuf-file "extend-test") (:file "lisp-extend-test"))) - (module "case-preservation-test" + (:module "case-preservation-test" :serial t :pathname #p"" :components -- 2.45.2