From ante at Update.UU.SE Mon Sep 23 18:49:34 2013 From: ante at Update.UU.SE (Andreas Davour) Date: Mon, 23 Sep 2013 20:49:34 +0200 (CEST) Subject: Bug in McCLIM ASD file In-Reply-To: References: Message-ID: On Wed, 11 Sep 2013, John Morrison wrote: > Hey All; > > Hope somebody out there is listening. > > FYI, in file mcclim.asd, in the defsystem for :clim, there is a > dependency on :goatee-core (good) but also a dependency on file > presentation-history within goatee (bad).? AFAICT short version is > that this screws up under later versions of ASDF2 and all versions of > ASDF3 - creating a cycle in depedencies that causes McCLIM to be > reloaded unnecessarily.? This was particularly troublesome in my > prototype quicklisp GUI, which borked whenever anything based upon > McCLIM got loaded... > > Eliding the dependency seems to do the right thing.? I have done it in > my fork of McCLIM (bleeding-edge branch), but I am obviously > git-challenged, have not adhered to git best practices, and have not > issued any pull requests... > > Would like to contribute more fully, and being indoctrinated in > correct git workflow by whomever is leading the effort... I know nothing of McCLIM development, but I just updated my quiclisp and loaded McCLIM just fine. Am I misunderstanding your problem? I guess Xach much know where to pull down McCLIM from in order for quicklisp to work. If that is on github I'd suggest you open an Issue on that github project. /andreas -- "economics is a pseudoscience; the astrology of our time" Kim Stanley Robinson From john.nmi.morrison at gmail.com Wed Sep 11 22:21:15 2013 From: john.nmi.morrison at gmail.com (John Morrison) Date: Wed, 11 Sep 2013 18:21:15 -0400 Subject: Bug in McCLIM ASD file Message-ID: Hey All; Hope somebody out there is listening. FYI, in file mcclim.asd, in the defsystem for :clim, there is a dependency on :goatee-core (good) but also a dependency on file presentation-history within goatee (bad). AFAICT short version is that this screws up under later versions of ASDF2 and all versions of ASDF3 - creating a cycle in depedencies that causes McCLIM to be reloaded unnecessarily. This was particularly troublesome in my prototype quicklisp GUI, which borked whenever anything based upon McCLIM got loaded... Eliding the dependency seems to do the right thing. I have done it in my fork of McCLIM (bleeding-edge branch), but I am obviously git-challenged, have not adhered to git best practices, and have not issued any pull requests... Would like to contribute more fully, and being indoctrinated in correct git workflow by whomever is leading the effort... Please advise. -jm -------------- next part -------------- An HTML attachment was scrubbed... URL: