From fahree at gmail.com Tue May 11 22:12:32 2010 From: fahree at gmail.com (=?ISO-8859-1?Q?Far=E9?=) Date: Tue, 11 May 2010 18:12:32 -0400 Subject: [asdf-install-devel] I broke ASDF-INSTALL Message-ID: I recently made a change to ASDF that breaks ASDF-INSTALL. Oops. Is anyone currently maintaining ASDF-INSTALL? Can I make an emergency commit? In the defmethod find-component from installer.lisp you'd #-asdf2 #-asdf2 the &optional version and #-asdf2 the ignore. For extra points, in the WHEN condition, protect the member with (and (typep name '(or string (and symbol (not null))))) ...). That should do it for now. Sigh. TMBABW. [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] ...so that IBM Java envangelist tells me "nothing spread as fast as Java", to which I answer: "crack!"... From gwking at metabang.com Wed May 12 11:25:41 2010 From: gwking at metabang.com (Gary King) Date: Wed, 12 May 2010 07:25:41 -0400 Subject: [asdf-install-devel] I broke ASDF-INSTALL In-Reply-To: References: Message-ID: Hi Far?, I am (weakly) maintaining it. I'll get your patch in today. On May 11, 2010, at 6:12 PM, Far? wrote: > I recently made a change to ASDF that breaks ASDF-INSTALL. Oops. > > Is anyone currently maintaining ASDF-INSTALL? Can I make an emergency commit? > > In the defmethod find-component from installer.lisp you'd #-asdf2 > #-asdf2 the &optional version and #-asdf2 the ignore. > For extra points, in the WHEN condition, protect the member with (and > (typep name '(or string (and symbol (not null))))) ...). > That should do it for now. Sigh. TMBABW. > > [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] > ...so that IBM Java envangelist tells me "nothing spread as fast as Java", > to which I answer: "crack!"... > > _______________________________________________ > asdf-install-devel mailing list > asdf-install-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-install-devel -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter From gwking at metabang.com Wed May 12 12:16:04 2010 From: gwking at metabang.com (Gary King) Date: Wed, 12 May 2010 08:16:04 -0400 Subject: [asdf-install-devel] I broke ASDF-INSTALL In-Reply-To: References: Message-ID: <0671E357-B391-47EF-84BC-90B013CAD472@metabang.com> > I'll get your patch in today. gack. It'll be tomorrow. I'm traveling and my machine doesn't have what I need to update and install the patch. From fahree at gmail.com Wed May 12 16:50:46 2010 From: fahree at gmail.com (=?ISO-8859-1?Q?Far=E9?=) Date: Wed, 12 May 2010 12:50:46 -0400 Subject: [asdf-install-devel] I broke ASDF-INSTALL In-Reply-To: <0671E357-B391-47EF-84BC-90B013CAD472@metabang.com> References: <0671E357-B391-47EF-84BC-90B013CAD472@metabang.com> Message-ID: I attached a proposed patch. Lightly tested with ccl. [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] There is only one thing more harmful to society than an elected official forgetting the promises he made in order to get elected; that's when he doesn't forget them. ? John McCarthy On 12 May 2010 08:16, Gary King wrote: >> I'll get your patch in today. > > gack. It'll be tomorrow. I'm traveling and my machine doesn't have what I need to update and install the patch. > > -------------- next part -------------- A non-text attachment was scrubbed... Name: a2.diff Type: text/x-patch Size: 2456 bytes Desc: not available URL: From fahree at gmail.com Wed May 12 17:24:42 2010 From: fahree at gmail.com (=?ISO-8859-1?Q?Far=E9?=) Date: Wed, 12 May 2010 13:24:42 -0400 Subject: [asdf-install-devel] I broke ASDF-INSTALL In-Reply-To: References: <0671E357-B391-47EF-84BC-90B013CAD472@metabang.com> Message-ID: I see that SBCL is distributing some version of ASDF-INSTALL. Should I recommend SBCL to upgrade to the current "portable" ASDF-INSTALL? Have all the relevant SBCL changes been merged to the portable version? http://git.boinkor.net/gitweb/sbcl.git?a=history;f=contrib/asdf-install;hb=HEAD [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] A mathematician is a machine for converting coffee into theorems. [A co-mathematician is a machine for converting cotheorems into fee.] On 12 May 2010 12:50, Far? wrote: > I attached a proposed patch. Lightly tested with ccl. > > [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] > There is only one thing more harmful to society than an elected official > forgetting the promises he made in order to get elected; that's when he > doesn't forget them. ?? John McCarthy > > > > > On 12 May 2010 08:16, Gary King wrote: >>> I'll get your patch in today. >> >> gack. It'll be tomorrow. I'm traveling and my machine doesn't have what I need to update and install the patch. >> >> > From gwking at metabang.com Fri May 14 13:33:29 2010 From: gwking at metabang.com (Gary King) Date: Fri, 14 May 2010 09:33:29 -0400 Subject: [asdf-install-devel] ASDF-Install just moved to git Message-ID: <53C5E54A-9D8A-4271-BBB3-17637D391F5A@metabang.com> I'm horribly swamped and apologize in advance for how poorly I'm maintaining ASDF-Install. On the plus side, it just keeps on working! I've just moved ASDF-Install to git (http://github.com/gwkkwg/asdf-install) and pulled in some changes required for ASDF2 support. please let me know if anything seems broken since I don't have as many Lisps installed as I once did. thanks, -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter From gwking at metabang.com Fri May 14 13:34:18 2010 From: gwking at metabang.com (Gary King) Date: Fri, 14 May 2010 09:34:18 -0400 Subject: [asdf-install-devel] I broke ASDF-INSTALL In-Reply-To: References: <0671E357-B391-47EF-84BC-90B013CAD472@metabang.com> Message-ID: I think SBCL should use portable ASDF-Install (AFAIK, the portable version does have several improvements over what's in SBCL). On May 12, 2010, at 1:24 PM, Far? wrote: > I see that SBCL is distributing some version of ASDF-INSTALL. > > Should I recommend SBCL to upgrade to the current "portable" ASDF-INSTALL? > Have all the relevant SBCL changes been merged to the portable version? > http://git.boinkor.net/gitweb/sbcl.git?a=history;f=contrib/asdf-install;hb=HEAD > > [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] > A mathematician is a machine for converting coffee into theorems. > [A co-mathematician is a machine for converting cotheorems into fee.] > > > > > On 12 May 2010 12:50, Far? wrote: >> I attached a proposed patch. Lightly tested with ccl. >> >> [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] >> There is only one thing more harmful to society than an elected official >> forgetting the promises he made in order to get elected; that's when he >> doesn't forget them. ? John McCarthy >> >> >> >> >> On 12 May 2010 08:16, Gary King wrote: >>>> I'll get your patch in today. >>> >>> gack. It'll be tomorrow. I'm traveling and my machine doesn't have what I need to update and install the patch. >>> >>> >> -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter From fahree at gmail.com Fri May 14 15:47:27 2010 From: fahree at gmail.com (=?ISO-8859-1?Q?Far=E9?=) Date: Fri, 14 May 2010 11:47:27 -0400 Subject: [asdf-install-devel] ASDF-Install just moved to git In-Reply-To: <53C5E54A-9D8A-4271-BBB3-17637D391F5A@metabang.com> References: <53C5E54A-9D8A-4271-BBB3-17637D391F5A@metabang.com> Message-ID: Thanks a lot for the prompt inclusion of this patch (and for fixing it!). Note: you might want to remove trailing spaces from the code. [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] Historically, applied communism is feudalism without honor. On 14 May 2010 09:33, Gary King wrote: > I'm horribly swamped and apologize in advance for how poorly I'm maintaining ASDF-Install. On the plus side, it just keeps on working! > > I've just moved ASDF-Install to git (http://github.com/gwkkwg/asdf-install) and pulled in some changes required for ASDF2 support. > > please let me know if anything seems broken since I don't have as many Lisps installed as I once did.