[PATCH] ll-testing needs muerte.init
Muli Ben-Yehuda <[email protected]> Thu, 5 May 2005 09:56:03 +0300
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
I get the following error with current CVS: Reader error at 5523 on #<Stream for file "losp/ll-testing.lisp">: Package "MUERTE.INIT" not found. [Condition of type COMMON-LISP::READER-PACKAGE-ERROR] The following trivial patch fixes it for me: Index: losp/los0.lisp =================================================================== RCS file: /project/movitz/cvsroot/movitz/losp/los0.lisp,v retrieving revision 1.41 diff -u -r1.41 los0.lisp --- losp/los0.lisp 3 May 2005 20:13:07 -0000 1.41 +++ losp/los0.lisp 5 May 2005 06:43:30 -0000 @@ -28,8 +28,6 @@ (require :lib/net/ip4) (require :lib/repl) -(require :ll-testing) - (defpackage muerte.init (:nicknames #:los0) (:use #:common-lisp @@ -44,6 +42,8 @@ #:muerte.ip4 #:muerte.mop #:muerte.x86-pc.serial)) + +(require :ll-testing) (require :los0-gc) ; Must come after defpackage. -- Muli Ben-Yehuda http://www.mulix.org | http://mulix.livejournal.com/