<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=""><div><div>However, I think that it would be better to keep ASDF-Install as simple as possible and create a new project with all the bells and whistles. The main reason for this is that ASDF-Install is already forked (the SBCL version and the Portable version and perhaps the OpenMCL version) and this adds to confusion as people evaluate Lisps.
</div></div></div></blockquote><div><br>well, we should also consider the confusion added by having numerous projects for the same tasks. (i can't stop thinking of the situation with usocket and trivial-sockets). this brings questions, discussions about the situation, etc...
<br><br>instead i would try to resolve the situation with the branches. i'm sure there would be no trouble with sbcl, just look at how the official asdf plays well with sbcl. i have this in my env.lisp to replace asdf.lisp
 shipped with sbcl to the one from my repo:<br><br>#+sbcl<br>(eval-when (:compile-toplevel :load-toplevel)<br>  (let ((asdf-file (probe-file (merge-pathnames "asdf/asdf.lisp" *workspace-dir*))))<br>    (when asdf-file
<br>      (defun update-asdf ()<br>        (delete-package :asdf)<br>        (let ((*features* (cons :sbcl-hooks-require *features*)))<br>          (load (compile-file asdf-file))))<br>      (update-asdf))))<br><br></div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style=""><div><span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<div>So my suggestion would be to pick a new name (for example phloog or wrackd (which aren't taken as  domain names as of a few weeks ago <smile>)) and start a design effort. </div></span></span></span></div></div>
</blockquote><div><br>this too needs extra efforts, setting up a repo, etc... that could be used for coding instead.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style=""><div><span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<div>The trouble, as usual, is that I expect that most of the most interested parties are feeling the time crunch. I know I am.</div></span></span></span></div></div></blockquote><div><br>how true... :(<br> <br>especially that i don't even use adsf-install myself. i always ended up checking out repos of everything, so now i start with that. 
<br><br></div></div>-- <br>- attila<br><br>"- The truth is that I've been too considerate, and so became unintentionally cruel...<br> - I understand.<br> - No, you don't understand! We don't speak the same language!"
<br>(Ingmar Bergman - Smultronstället)