Hi. I was trying the welcome workspace of Pharo 1.1 in order to install Magma but it fails. I am evaluating:<br><br>    Gofer new<br>        squeaksource: &#39;MetacelloRepository&#39;;<br>        package: &#39;ConfigurationOfMagma&#39;;<br>
        load.<br>         <br>    ((Smalltalk at: #ConfigurationOfMagma) project latestVersion) load<br><br><br>The error was a Sintax Error in <br><br>lazyX<br>    ^ x ifNil: [x _ Period or right bracket expected -&gt;42]<br>
<br><br>I attach screenshot. It seems the problem with the underscore as they are not allowed anymore as asiggment in Pharo 1.1. In order to appear in Pharo welcome workpsace this should be working.<br><br>If someone makes the changes and updates de configuration please let me know (sorry but I don&#39;t have time to do it myself). Otherwise, I will have to remove it from Pharo 1.1 workspace as it doesn&#39;t work and makes confusion.<br>
<br>Thanks<br><br>Mariano<br><br>