[UPDATES] Declarative Pools

Doug Way dway at riskmetrics.com
Fri Jul 4 05:30:30 UTC 2003


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