<div dir="ltr"><div><div>Hey All;<br><br>Hope somebody out there is listening.<br><br>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 <a href="https://bitbucket.org/symbolicsimulation/com.symsim.oss.ql-gui">prototype quicklisp GUI</a>, which borked whenever anything based upon McCLIM got loaded...<br>

<br></div>Eliding the dependency seems to do the right thing.  I have done it in my <a href="https://github.com/jmorrison/mcclim">fork of McCLIM</a> (bleeding-edge branch), but I am obviously git-challenged, have not adhered to git best practices, and have not issued any pull requests...<br>

<br></div><div>Would like to contribute more fully, and being indoctrinated in correct git workflow by whomever is leading the effort...<br><br></div><div>Please advise.<br></div><div><br></div>-jm<br><br></div>