[squeak-dev] Namespaces/Environments

Enrico Spinielli enrico.spinielli at googlemail.com
Mon Sep 6 12:19:22 UTC 2010


Fantastic!
I was willing to learn about Environment (aka namespaces).

Thanks a lot for your work.
Bye
Enrico

On Mon, Sep 6, 2010 at 04:25, Chris Cunnington
<smalltalktelevision at gmail.com> wrote:
> If you take an up-to-date Squeak image and execute:
> (Installer wiresong project: 'ob')
>    install: 'OmniBrowser';
>    install: 'OB-Morphic';
>    install: 'OB-Standard';
>    install: 'OB-Shout';
>    install: 'OB-SUnitIntegration'.
> (Installer ss project: 'rb')
> install: 'AST-Core-lr.80.mcz';
> install: 'AST-Semantic-lr.11.mcz';
> install: 'Refactoring-Core-lr.149.mcz';
> install: 'Refactoring-Spelling';
> project: 'Regex';
> install: 'VB-Regex'.
> (Installer wiresong project: 'ob')
> install: 'OB-Refactory';
> install: 'OB-Regex'.
> (Installer ss project: 'shout')
> install: 'Shout';
> install: 'ShoutWorkspace'
> Then you can go to Environments at SqS and load with no trouble. There is
> one kludge here. Stephane added the following to Pharo, which is not in
> Squeak:
> SmalltalkImage>>#hasBindingThatBeginsWith: aString
> ^ self globals hasBindingThatBeginsWith: aString
>
> The result is a TestRunner that says 19 run; 17 passes; 1 failures; 1
> error.
> After doing the above:
> OBEnvironmentSystemBrowser open
> Will produce the Environments System Browser. Option+click in the first pane
> will produce the "new environment" option, and we're off and running.
>
> Chris
>
>
>
>



-- 
Enrico Spinielli
"Do Androids dream of electric sheep?"— Philip K. Dick
"Hear and forget; see and remember;do and understand."—Mitchel Resnick



More information about the Squeak-dev mailing list