<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 7/18/2021 6:37 AM, Nicola Mingotti via Cuis-dev wrote:
    <blockquote
      cite="mid:ed43e84b-6f7f-15b9-3f81-eb102394aacc@gmail.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <font size="+1"><font face="monospace"><br>
          Hi guys,<br>
          <br>
          I was reading the Cuis Book in the last flight and trying some
          stuff.<br>
          <br>
          I found this ugly situation where following chapter 7
          procedure "going vector"<br>
          and doing :<br>
          ----<br>
          Feature require: 'VectorGraphics'<br>
          ----<br>
          <br>
          Freezes the World. I tried in Mac and Linux. Recently
          downloaded from Git.<br>
          Same behavior.<br>
          <br>
          I can't fix it myself, but I let you know there is a problem.<br>
          <br>
          I humbly recommend you not to put 'experimental' procedures in
          the beginner book.<br>
          Or to mark them in red and say well to prepare a separate
          image before running<br>
          those lines ... or the beginner will get into troubles ;) <br>
          <br>
          I see in another image i have 'VectorGraphics' already loaded,<br>
          probably it loaded as a dependency when I installed
          'StyledText'. <br>
          So, i deduce the prolbem is on loading 'VectorGraphics' alone.<br>
          <br>
          bye<br>
          Nicola<br>
        </font></font></blockquote>
    <br>
    Hi Nicola,<br>
    <br>
    Most likely the problem you found was because when you pull the
    repo, you get the latest VectorGraphics.pck.st and a bunch of
    numbered updates. Some of those updates might be needed for the
    package to run properly, but they are not installed by default. So
    things could break if updates are not manually loaded before
    installing Vector Graphics. This is of course not good!<br>
    <br>
    Today I pushed several updates that:<br>
    <br>
    - Include new images. All updates up to now are pre loaded.<br>
    - Actually add the update number as a prerequisite to
    VectorGraphics.pck.st. If you try to load it without the required
    updates to the base image, it won't load and will give a hopefully
    useful error message. This will help in the future.<br>
    <br>
    We don't want people to find broken stuff like that. We try to be
    careful to avoid it as much as possible, and to fix things quickly
    when we break them. Thanks for reporting this. It really helps!<br>
    <br>
    Cheers,<br>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
<a class="moz-txt-link-abbreviated" href="http://www.cuis-smalltalk.org">www.cuis-smalltalk.org</a>
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a class="moz-txt-link-freetext" href="https://github.com/jvuletich">https://github.com/jvuletich</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
  </body>
</html>