On Mon, May 4, 2009 at 12:03 PM, Hern�n Morales Durand <hernan.morales@gmail.com> wrote:
Hi Mariano,
�I have the same syntax errors with Pharo 10300, but trying to
install other packages too. What I did is enabled the preference
#allowBlockArgumentAssignment and then the packages installed ok doing
first:

Yes, now it works with enabling #allowBlockArgumentAssignment

HTTPSocket httpFileIn: 'installer.pbwiki.com/f/Installer.st'.
(Smalltalk at: #Installer)
�upgrade;
�install: 'Packages'.

you can olso do:� ScriptLoader new installingInstaller�

;)


and then

Installer ss
�project: 'BobsBrowser';
�install: 'BobsBrowser'.

Cheers,

Hern�n

2009/5/4 Mariano Martinez Peck <marianopeck@gmail.com>:
> I couldn't install it in 10299. I get a sintax error: "BobsBrowser other
> windows openLinkedInstanceMethodList "
>
> Cheers,
>
> Mariano
>
> On Mon, May 4, 2009 at 6:00 AM, St�phane Ducasse <stephane.ducasse@inria.fr>
> wrote:
>>
>> When I see all the self flag: #bob
>> it encourages me to go as far as I can from bob' code
>>
>> So what is that cool with this browser?
>>
>> Stef
>>
>> On May 4, 2009, at 1:38 AM, Hern�n Morales Durand wrote:
>>
>> > Dear all,
>> > �As result of a strange exercise in software resurrection, you have
>> > the chance of using the BobsBrowser [1] again , which is an
>> > exploration of different ways of browsing code. To install please
>> > evaluate:
>> >
>> > Installer ss
>> > �project: 'BobsBrowser';
>> > �install: 'BobsBrowser'.
>> >
>> > You can start a new browser using the World menu or by evaluating:
>> >
>> > BobsBrowser browseAllClasses
>> >
>> > The creator of this goodie was Bob Arning, enjoy it.
>> > Best regards,
>> >
>> > Hern�n
>> >
>> > [1] http://www.squeaksource.com/BobsBrowser.html
>> >
>> > _______________________________________________
>> > Pharo-project mailing list
>> > Pharo-project@lists.gforge.inria.fr
>> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> >
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project@lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>
>
>