<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Mar 27, 2020 at 9:35 PM Robert <<a href="mailto:robert.withers@pm.me">robert.withers@pm.me</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>
    <p>I can't load MagicMouse or my ProCrypto-1-1-1 in Pharo, until
      Metacello is fixed. k, r<br></p></div></blockquote><div>As a workaround, you could try loading the packages from a local checkout:</div><div><br></div><div>Terminal:</div><div>$ git clone <a href="https://github.com/cmfcmf/MagicMouse">https://github.com/cmfcmf/MagicMouse</a></div><div>$ echo "$(pwd)/MagicMouse/packages"</div><div><br></div><div>Squeak:</div>Metacello new<br>  baseline: 'AutoTDD';<br>  repository: 'filetree:///path/to/MagicMouse/packages';<br><div>  load<br></div><div><br></div><div>Hope this helps,</div><div>Fabio</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><p>
    </p>
    <div>On 3/27/20 11:43 AM, Fabio Niephaus
      wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">Hi Robert,
        <div><br>
        </div>
        <div>what happens when you run `Installer
          ensureRecentMetacello.` before everything else?</div>
        <div><br>
        </div>
        <div>Fabio</div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Fri, Mar 27, 2020 at 4:41
          PM Robert via Squeak-dev <<a href="mailto:squeak-dev@lists.squeakfoundation.org" target="_blank">squeak-dev@lists.squeakfoundation.org</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div>
            <p>Ack! Here is the issue I am having...sending to the list.<br>
            </p>
            <div>On 3/27/20 6:34 AM, Robert wrote:<br>
            </div>
            <blockquote type="cite">
              <p>So I tried to load MagicMouse again:<br>
                <br>
                Metacello new<br>
                    baseline: 'MagicMouse';<br>
                    repository:
                'github://cmfcmf/MagicMouse:master/packages';<br>
                    load.<br>
                <br>
                and again it failed. It is failing when trying to load
                from this spec:<br>
                <br>
                spec <br>
                    name: 'BaselineOfMetacello';<br>
                    repository:
                'github://Metacello/metacello:master/repository'.<br>
                <br>
                I was able to load BaselineOfMetacello from '<a href="http://seaside.gemtalksystems.com/ss/metacello" target="_blank">http://seaside.gemtalksystems.com/ss/metacello</a>',
                but when I restarted the original load process it again
                hung up on loading from
                'github://Metacello/metacello:master/repository'.<br>
                <br>
                So I am stuck. k, r<br>
              </p>
              <div>On 3/27/20 5:03 AM, Patrick R wrote:<br>
              </div>
              <blockquote type="cite">
                <p>Hm... just worked for me right now in Squeak 5.3. <a href="https://github.com/RobWithers" target="_blank">@RobWithers</a> Have you
                  tried it since then? It might really have been an
                  issue with Metacello.</p>
                <p style="font-size:small;color:rgb(102,102,102)">—<br>
                  You are receiving this because you were mentioned.<br>
                  Reply to this email directly, <a href="https://github.com/cmfcmf/MagicMouse/issues/2#issuecomment-604891298" target="_blank">view it on
                    GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AH7NNSQWIRGV432NZZP3ZYTRJRTUXANCNFSM4LSZYEFQ" target="_blank">unsubscribe</a>.<img alt="" width="1" height="1"></p>
              </blockquote>
              <pre cols="72">--
Kindly,
Robert</pre>
            </blockquote>
            <pre cols="72">--
Kindly,
Robert</pre>
          </div>
          <br>
        </blockquote>
      </div>
    </blockquote>
    <pre cols="72">-- 
Kindly,
Robert</pre>
  

</div></blockquote></div></div>