Status: New
Owner: ----
Labels: Type-Defect Priority-Medium GLASS-Server Version-GLASS0.231
New issue 265 by
[hidden email]: RCQueue>>remove:ifAbsent: causes
infinite loop
http://code.google.com/p/glassdb/issues/detail?id=265RCQueue>>remove:ifAbsent: is implemented in terms of Collection>>remove:
which is implemented in terms of RCQueue>>remove:ifAbsent:
-> infinite loop
I think remove:ifAbsent should not be implemented on an RCQueue anyway. no?