[squeak-dev] Re: Can't load any Metacello into trunk - help!

Casey Ransberger casey.obrien.r at gmail.com
Sat Mar 26 03:03:08 UTC 2011


I think it's here:

prefAllowUnderscoreSelectors: aBool
"Accessor for the system-wide preference"
AllowUnderscoreSelectors := aBool

So you probably want to switch it like this:

Scanner prefAllowUnderscoreSelectors: true

And then back again when you've done what needs it? This one always confuses
me.

On Fri, Mar 25, 2011 at 6:26 PM, Randal L. Schwartz
<merlyn at stonehenge.com>wrote:

> >>>>> "Mariano" == Mariano Martinez Peck <marianopeck at gmail.com> writes:
>
> Mariano> Then go to preferences and allow underscore in selectors and
>
> Is there a programmatic way of doing this? I'd like to have a script I
> can just run to go from "the latest trunk" to "my customer's image".
>
> --
> Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777
> 0095
> <merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
> See http://methodsandmessages.posterous.com/ for Smalltalk discussion
>
>


-- 
Casey Ransberger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20110325/adba2878/attachment.htm


More information about the Squeak-dev mailing list