From roerdhh at googlemail.com Tue Sep 2 02:12:20 2008 From: roerdhh at googlemail.com (=?ISO-8859-1?Q?R=F6rd_Hinrichsen?=) Date: Tue, 2 Sep 2008 04:12:20 +0200 Subject: [metatilities-base-devel] eval-when in l0-macros.lisp Message-ID: <1517b2890809011912x5001a48flee2121ebda701668@mail.gmail.com> Hello, I compiled metatilities-base today. But I had to remove the eval-whens in l0-macros.lisp to make it compile, otherwise I would get an error (SBCL 1.0.16). Looking at "darcs changes" I saw the patch is from yesterday. It somehow makes sense that this doesn't work because defmacro's expansion already has an eval-when. Regards R?rd From gwking at metabang.com Tue Sep 2 03:01:24 2008 From: gwking at metabang.com (Gary King) Date: Mon, 1 Sep 2008 23:01:24 -0400 Subject: [metatilities-base-devel] eval-when in l0-macros.lisp In-Reply-To: <1517b2890809011912x5001a48flee2121ebda701668@mail.gmail.com> References: <1517b2890809011912x5001a48flee2121ebda701668@mail.gmail.com> Message-ID: Hi R?rd, You're right that the eval-whens should not be needed (an old superstition of mine I'm afraid) and that there is a typo (I wrote :evaluate instead of :execute). My bad. fix coming. On Sep 1, 2008, at 10:12 PM, R?rd Hinrichsen wrote: > Hello, > > I compiled metatilities-base today. But I had to remove the eval-whens > in l0-macros.lisp to make it compile, otherwise I would get an error > (SBCL 1.0.16). > > Looking at "darcs changes" I saw the patch is from yesterday. It > somehow makes sense that this doesn't work because defmacro's > expansion already has an eval-when. > > Regards > R?rd > _______________________________________________ > metatilities-base-devel mailing list > metatilities-base-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/metatilities-base- > devel -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM From gwking at metabang.com Tue Sep 2 16:17:59 2008 From: gwking at metabang.com (Gary King) Date: Tue, 2 Sep 2008 12:17:59 -0400 Subject: [metatilities-base-devel] eval-when in l0-macros.lisp In-Reply-To: <1517b2890809011912x5001a48flee2121ebda701668@mail.gmail.com> References: <1517b2890809011912x5001a48flee2121ebda701668@mail.gmail.com> Message-ID: <18CBD1F6-A16C-4B77-B8AA-3947F77E1075@metabang.com> Fixed. On Sep 1, 2008, at 10:12 PM, R?rd Hinrichsen wrote: > Hello, > > I compiled metatilities-base today. But I had to remove the eval-whens > in l0-macros.lisp to make it compile, otherwise I would get an error > (SBCL 1.0.16). > > Looking at "darcs changes" I saw the patch is from yesterday. It > somehow makes sense that this doesn't work because defmacro's > expansion already has an eval-when. > > Regards > R?rd > _______________________________________________ > metatilities-base-devel mailing list > metatilities-base-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/metatilities-base- > devel -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM