From henrik at evahjelte.com Sun Feb 11 20:33:24 2007 From: henrik at evahjelte.com (Henrik Hjelte) Date: Sun, 11 Feb 2007 21:33:24 +0100 Subject: [computed-class-devel] missed swank dependency Message-ID: <1171226004.18582.182.camel@trinidad> Hello, I've found a small dependency miss when trying cl-perec (really impressive stuff), swank is needed by computed class. But you usually don't see it when you run from slime, I found out when I loaded a system from the command-line sbcl interface. Best wishes, Henrik Hjelte { hunk ./computed-class.asd 64 - :depends-on (:arnesi :closer-mop) + :depends-on (:arnesi :closer-mop :swank) } From levente.meszaros at gmail.com Mon Feb 12 08:44:22 2007 From: levente.meszaros at gmail.com (=?ISO-8859-1?Q?Levente_M=E9sz=E1ros?=) Date: Mon, 12 Feb 2007 09:44:22 +0100 Subject: [computed-class-devel] missed swank dependency In-Reply-To: <1171226004.18582.182.camel@trinidad> References: <1171226004.18582.182.camel@trinidad> Message-ID: Thanks, I guess ati will take a look at it. Cheers, levy -- There's no perfectoin On 2/11/07, Henrik Hjelte wrote: > Hello, > I've found a small dependency miss when trying cl-perec (really > impressive stuff), swank is needed by computed class. But you usually > don't see it when you run from slime, I found out when I loaded a system > from the command-line sbcl interface. > > Best wishes, > Henrik Hjelte > > { > hunk ./computed-class.asd 64 > - :depends-on (:arnesi :closer-mop) > + :depends-on (:arnesi :closer-mop :swank) > } > > > _______________________________________________ > computed-class-devel mailing list > computed-class-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/computed-class-devel >