Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WAUrl uses OrderedCollection>>at:ifAbsentPut: #686

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments
Closed

WAUrl uses OrderedCollection>>at:ifAbsentPut: #686

GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 11 Sep 2011 at 6:43

  • Changed state: Started
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Name: Seaside-Core-pmm.751
Author: pmm
Time: 11 September 2011, 8:50:41 pm
UUID: 2728c5cd-487a-406b-8ce1-f6d5a7453ce7
Ancestors: Seaside-Core-dkh.750

- Issue 686:    WAUrl uses OrderedCollection>>at:ifAbsentPut:

Original comment by [email protected] on 11 Sep 2011 at 6:56

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant