You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Original issue reported on code.google.com by [email protected] on 7 Sep 2011 at 7:36
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 7 Sep 2011 at 7:36The text was updated successfully, but these errors were encountered: