<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Attila Lendvai wrote:
<blockquote
 cite="mid:b54b34af0810221015s7b1cc45fg574e05b66c9edfb6@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">System-connections though, when it loads the system, uses ':force t' to
force recompilation (unnecessarily? I suspect that there at least was a
reason at one point, can it go away?).
    </pre>
  </blockquote>
  <pre wrap=""><!---->
iirc, once Gary pushed a patch that removed the :force but there's
some other bug (?) somewhere else which steps in and iirc, it results
in silently not loading system connections then.

it would be nice to find that other bug, because it's also a small
annoyance that all system connections are always recompiled.
  </pre>
</blockquote>
I can report that once I removed :force, everything started working for
me. I tried various random combinations of loading system but did not
find any where the connected-systems were not properly loaded. Not
having any idea where this was triggered in the past though limits the
effectiveness and I'm only trying this on SBCL 1.0.21 and linux.<br>
<br>
I found in the changelog,
<table>
  <tbody>
    <tr>
      <td class="changelog-date">Sat Jan 20 17:23:11 EST 2007</td>
      <td class="changelog-author">Gary King <<a
 class="linkification-ext" href="mailto:gwking@metabang.com"
 title="Linkification: mailto:gwking@metabang.com">gwking@metabang.com</a>></td>
    </tr>
    <tr class="changelog-row">
      <td class="changelog-description" colspan="2">TAG Unrecorded the
:force t asdf patch (I'm not sure what I was thinking; thanks Attila).</td>
    </tr>
  </tbody>
</table>
<br>
But that was the only reference I or my google-fu could produce. I
don't see anything on c-l.net mailing lists from 12/2006 or 1/2007, I
tried looking at cl-containers, asdf-*, metatilities-devel,
moptilities-devel.
</body>
</html>