<br><br><div class="gmail_quote">On Wed, Jun 23, 2010 at 8:10 AM, Yanni Chiu <span dir="ltr">&lt;<a href="mailto:yanni@rogers.com">yanni@rogers.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I think this requires that the patch to Scanner&gt;xLetter (available from the <a href="http://squeakdbx.org" target="_blank">squeakdbx.org</a>) be installed, before you try to load Glorp - so &#39;_&#39; can be used in message names.<br>

<br>
The other problem you may run in to is that Set&gt;&gt;add: is defined in GlorpPostload. The method has an &#39;_&#39; assignment. So depending on your image preferences, it may not be loadable. I didn&#39;t have write permission on the repo, and then it fell off my todo list; otherwise I would have uploaded this fix.<div class="im">
<br>
<br></div></blockquote><div><br>Yes, this was the problem. THe hack to support _ in selecrtors, used _ as assigment hahahaha<br>I have just commited a fix. If you run that code again it should work. However, for Pharo 1.1 I remommend to use version 1.1 and not 1.0<br>
<br>cheers<br><br>Mariano  <br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
<br>
John Toohey wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On the lastest Pharo 1.1 the following :-<br>
<br>
Gofer new<br>
    squeaksource: &#39;MetacelloRepository&#39;;<br>
    package: &#39;ConfigurationOfGlorpDBX&#39;;<br>
    load.<br>
<br>
((Smalltalk at: #ConfigurationOfGlorpDBX) project version: &#39;1.0&#39;) load.<br>
<br>
causes a syntax error in Scanner#xLetter. Has anyone installed<br>
GlorpDBX on Pharo1.1?<br>
</blockquote></div><div><div></div><div class="h5">
_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org" target="_blank">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
</div></div></blockquote></div><br>