<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Both Metacello and MagicMouse load fine in Squeak 5.3. I just did that. So, Metacello is working in Squeak.<div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 08.04.2020 15:53:00 schrieb Robert via Squeak-dev <squeak-dev@lists.squeakfoundation.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">
<div>Anyone else having this issue? Is it repeatable? I can’t load MagicMouse until my Metacello is working. Metacello is not working. *sad face*<caret></caret></div><div><br></div><div id="protonmail_mobile_signature_block"><div><div>Kindly,<br>Robert<br></div></div></div> <div><br></div><div><br></div>On Sun, Mar 29, 2020 at 19:12, Robert <<a href="mailto:robert.withers@pm.me" class="">robert.withers@pm.me</a>> wrote:<blockquote class="protonmail_quote" type="cite">  
    <p>Hi Fabio,<br>
    </p>
    <div class="moz-cite-prefix">On 3/27/20 7:36 PM, Fabio Niephaus
      wrote:<br>
    </div>
    <blockquote type="cite">
      
      <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>
      </div>
    </blockquote>
    Alright, I did so.<br>
    <br>
    <blockquote type="cite">
      <div dir="ltr">
        <div class="gmail_quote">
          <div>Squeak:</div>
          Metacello new<br>
            baseline: 'AutoTDD';<br>
            repository: 'filetree:///path/to/MagicMouse/packages';<br>
          <div>  load<br>
          </div>
        </div>
      </div>
    </blockquote>
    <p>This is unclear. Is the baseline: supposed to be 'MagicMouse'?
      This wants to update Metacello which has been failing in my image.
      So I try to create a Monticello repository filetree: on the
      MagicMouse/packages directory. This also fails and looking at the
      fileout I don't see how to file in with file list or through the
      Monticello Browser. I can't load it.</p>
    <p>k, r<br>
    </p>
    <blockquote type="cite">
      <div dir="ltr">
        <div class="gmail_quote">
          <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">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">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">@RobWithers</a>
                            Have you tried it since then? It might
                            really have been an issue with Metacello.</p>
                          <p style="font-size: 10pt;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">view
                              it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AH7NNSQWIRGV432NZZP3ZYTRJRTUXANCNFSM4LSZYEFQ">unsubscribe</a>.<img alt="" width="1" height="1"></img></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>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Kindly,
Robert</pre>
  

</blockquote><div><br></div><div><br></div></div></blockquote>
                                        </div></body>