[UPDATES] Declarative Pools

Bruce ONeel edoneel at sdf.lonestar.org
Fri Jul 4 12:00:23 UTC 2003


Hi,

Thanks, these changes are in:

ftp://st.cs.uiuc.edu/pub/Smalltalk/Squeak/3.6alpha/Squeak3.6a-5325.zip

This will be the last update I can do before my trip.  I might
get an update done next Wed or so, and then somewhere 
around 22 Jul.  Any other updates from me will have to wait
until after 28 Jul.

Cheers

bruce

Doug Way <dway at riskmetrics.com> wrote:
> 
> These are the Declarative Pools changes which have been hashed out on 
> this list, and recently approved.  (Had to merge a few conflicts with 
> more recent changes.)
> 
> Final alpha updates coming tomorrow, then beta.
> 
> - Doug Way
> 
> 
> ------------------------------------------
> 
> 5314BindingOf-Init-ar -- Andreas Raab -- 17 May 2003
> The next 12 changesets are the Declarative Pools changes.
> Initialization phase for #bindingOf: providing all the required places 
> with a working implementation."
> 
> 5315BindingOf-Cleanup-ar -- Andreas Raab -- 17 May 2003
> Cleanup phase for #bindingOf: changing all the refs to use #bindingOf:.
> (merged more recent changes to two methods -dew)"
> 
> 5316SharedPools-ar -- Andreas Raab -- 18 May 2003
> Adds a common superclass for pools."
> 
> 5317SharedPoolExplain-tpr
> 
> 5318EventSensorConst-ar -- Andreas Raab -- 18 May 2003
> Rewrite EventSensorConstants as declarative pool."
> Smalltalk at: #EventSensorConstantsOBSOLETEPOOL put: 
> EventSensorConstants.
> Smalltalk removeKey: #EventSensorConstants.
> 
> 5319FFIConstants-ar -- Andreas Raab -- 18 May 2003
> Rewrite FFIConstants as declarative pool."
> Smalltalk at: #FFIConstantsOBSOLETEPOOL put: FFIConstants.
> Smalltalk removeKey: #FFIConstants.
> 
> 5320ZipConstants-ar -- Andreas Raab -- 18 May 2003
> Rewrite ZipConstants."
> Smalltalk at: #ZipConstantsOBSOLETEPOOL put: ZipConstants.
> Smalltalk removeKey: #ZipConstants.
> 
> 5321GZipConstants-ar -- Andreas Raab -- 18 May 2003
> Rewrite GZipConstants."
> Smalltalk at: #GZipConstantsOBSOLETEPOOL put: GZipConstants.
> Smalltalk removeKey: #GZipConstants.
> 
> 5322ZipFileConstants-ar -- Andreas Raab -- 18 May 2003
> Rewrite ZipFileConstants."
> Smalltalk at: #ZipFileConstantsOBSOLETEPOOL put: ZipFileConstants.
> Smalltalk removeKey: #ZipFileConstants.
> 
> 5323BalloonEngineConst-ar -- Andreas Raab -- 18 May 2003
> Rewrite BalloonEngineConstants.
> (removed refs to BalloonEngineBase which is no longer in the image 
> -dew)"
> Smalltalk at: #BalloonEngineConstantsOBSOLETEPOOL put: 
> BalloonEngineConstants.
> Smalltalk removeKey: #BalloonEngineConstants.
> 
> 5324KlattResonatorIndices-ar -- Andreas Raab -- 18 May 2003
> Rewrite KlattResonatorIndices."
> Smalltalk at: #KlattResonatorIndicesOBSOLETEPOOL put: 
> KlattResonatorIndices.
> Smalltalk removeKey: #KlattResonatorIndices.
> 
> 5325ChessConstants-ar -- Andreas Raab -- 18 May 2003
> Rewrite ChessConstants as declarative pool.
> (removed refs to ChessPlayer which is no longer in the image -dew)"
> Smalltalk at: #ChessConstantsOBSOLETEPOOL put: ChessConstants.
> Smalltalk removeKey: #ChessConstants.



More information about the Squeak-dev mailing list