From gwking at metabang.com Thu May 18 13:18:27 2006 From: gwking at metabang.com (Gary King) Date: Thu, 18 May 2006 09:18:27 -0400 Subject: [asdf-install-devel] ASDF-Install move Message-ID: <8C7718DE-4EBA-418B-8FAD-849200286129@metabang.com> The version now on Common-Lisp.net has been radically restructured and also has several patches and improvements. The restructuring just pulls various related forms out of installer.lisp and into their own homes. Mostly, this was to help me organize and maintain it. The improvements include: * More restarts involving the GPG key verification process so that, for example, you can switch to another process, retrieve a key and then try again. * ASDF-Install now prints its version string when it is first loaded (it's at 0.5.2). * I've tried to simplify the #+ / #- madness. There is still a ways to go for this to be complete. * Note that ASDF-Install now only installs the packages you request and their required dependencies. Earlier versions would install the package associated with every system definition that it downloaded. * There is a new keyword argument for the install command. If you specify :propagate t, then install will try to get the latest version of every package required during the installation. If propagate is nil (the default and previous behavior), then ASDF will only download the requested package and any that you do not yet have. It will not download any packages that you have already installed. Note that ASDF- Install still isn't doing any useful version checking, but being able to ask for everything fresh seems like a useful stopgap measure. Please let me know if anything goes astray. -- Gary Warren King metabang.com http://www.metabang.com/ (413) 210 7511 gwking on #lisp (occasionally) From gwking at metabang.com Thu May 18 17:21:10 2006 From: gwking at metabang.com (Gary King) Date: Thu, 18 May 2006 13:21:10 -0400 Subject: [asdf-install-devel] Re: asdf-install version number In-Reply-To: <17516.43241.910395.582051@brownsmill.atl.lmco.com> References: <17516.43241.910395.582051@brownsmill.atl.lmco.com> Message-ID: <19DD2AF0-9325-436F-9A8C-C4FF0AF78E5D@metabang.com> No, I'm just something of an idiot! Thanks for catching this. On May 18, 2006, at 1:03 PM, Michael Price wrote: > Hi, > > After reading your blog entry on asdf-install and noticing it > should be at > version 0.5.2 I got a fresh checkout using darcs, loaded the > package, and > saw this: > > ; loading system definition from > ; /home/mprice/brielle/usr/share/lisp/systems/asdf-install.asd into > ; # > ; registering # as ASDF-INSTALL > ;;; ASDF-Install version 0.5.1 > ("ASDF-INSTALL") > > Did I do something wrong or is 0.5.2 somewhere else? > > Michael -- Gary Warren King metabang.com http://www.metabang.com/ (413) 210 7511 gwking on #lisp (occasionally)