[SqueakDBX] Re: [Pharo-users] installer bug?

Mariano Martinez Peck marianopeck at gmail.com
Wed Jun 23 19:16:37 UTC 2010


On Wed, Jun 23, 2010 at 8:10 AM, Yanni Chiu <yanni at rogers.com> wrote:

> I think this requires that the patch to Scanner>xLetter (available from the
> squeakdbx.org) be installed, before you try to load Glorp - so '_' can be
> used in message names.
>
> The other problem you may run in to is that Set>>add: is defined in
> GlorpPostload. The method has an '_' assignment. So depending on your image
> preferences, it may not be loadable. I didn't have write permission on the
> repo, and then it fell off my todo list; otherwise I would have uploaded
> this fix.
>
>
>
Yes, this was the problem. THe hack to support _ in selecrtors, used _ as
assigment hahahaha
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

cheers

Mariano


>
> John Toohey wrote:
>
>> On the lastest Pharo 1.1 the following :-
>>
>> Gofer new
>>    squeaksource: 'MetacelloRepository';
>>    package: 'ConfigurationOfGlorpDBX';
>>    load.
>>
>> ((Smalltalk at: #ConfigurationOfGlorpDBX) project version: '1.0') load.
>>
>> causes a syntax error in Scanner#xLetter. Has anyone installed
>> GlorpDBX on Pharo1.1?
>>
> _______________________________________________
> SqueakDBX mailing list
> SqueakDBX at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeakdbx/attachments/20100623/1b05deea/attachment.htm


More information about the SqueakDBX mailing list