[Seaside-dev] OrderedCollection>>at:ifAbsentPut:?

Dale Henrichs dhenrich at vmware.com
Tue Sep 6 21:24:01 UTC 2011


While porting 3.0.6 to GemStone, I came across some new code in WAUrl that uses #at:ifAbsentPut: on an OrderedCollection (see WAUrl>>privatePathParameterMapAt:)... this is new code for 3.0.6 and I thought that I would call attention to it.

OrderedCollection>>at:ifAbsentPut: is not implemented for Dolphin or VisualWorks (at least the version James and I checked) so this code might be trouble down the road ...

For GemStone, I will add OrderedCollection>>at:ifAbsentPut: to the compat layer, but you may want to rethink whether or not you will add Grease support, changed the algorithm, or????

Dale


More information about the seaside-dev mailing list