[VI4] Re: [ANN] AspectS (0.4.4) & PerspectiveS (0.1.3)

PhiHo Hoang phiho.hoang at rogers.com
Sat Nov 2 01:34:01 UTC 2002


Anthony,

    Thanks for the compiler fix and tips on the order of initialization.

    Now I can file in both AspectS and PerspectiveS.

    I tried the first demo in the 'WS-AspectS.text':

     doIt: [demoAspect _ AsMorphicMousingAspect new]
     doIt: [demoAspect install]

    I got 'UndefinedObject do:?'.

    (This demo works OK for VI3).

    Please find attached the log file.

    Cheers,

    PhiHo.

            
----- Original Message ----- 
From: "Anthony Hannan" <ajh18 at cornell.edu>
To: <squeak-dev at lists.squeakfoundation.org>
Sent: Friday, November 01, 2002 6:40 PM
Subject: [VI4] Re: [ANN] AspectS (0.4.4) & PerspectiveS (0.1.3)


> "PhiHo Hoang" <phiho.hoang at rogers.com> wrote:
> >     I got a little problem with PerspectiveS when filing it into VI4.
> 
> There was a bug in the VI4 compiler when block args are being assigned
> to.  The attached changeset fixes this.  This is the bug you saw when
> filing in AspectS.
> 
> The PerspectiveS bug is do to initialization code being out of order in
> the PerspectiveS changeset.
> 
> PsContext initialize!
> 
> should be before
> 
> PsTestContext initialize!
> 
> I found this after disabling the error handling in
> SMDefaultInstaller-install.  As a programmer I prefer to get a walkback
> versus just a popup saying that the install has failed.
> 
> Goran, good job with SqueakMap.  It is great!
> 
> Cheers,
> Anthony
-------------- next part --------------
A non-text attachment was scrubbed...
Name: VI4AspectS.log
Type: application/octet-stream
Size: 4052 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20021101/2acbc73c/VI4AspectS.obj


More information about the Squeak-dev mailing list