[squeak-dev] The Trunk: 39Deprecated-dtl.17.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Nov 30 02:36:30 UTC 2009


David T. Lewis uploaded a new version of 39Deprecated to project The Trunk:
http://source.squeak.org/trunk/39Deprecated-dtl.17.mcz

==================== Summary ====================

Name: 39Deprecated-dtl.17
Author: dtl
Time: 29 November 2009, 10:33:38 am
UUID: 503bc267-1a61-45a2-b1c6-4939c624ea7f
Ancestors: 39Deprecated-dtl.16

Move SharedQueue2>>removeAll and SharedQueue2>>removeAllSuchThat: from category "*39Deprecated" back to "accessing". These had been put in the 39Deprecated package, but have never been marked deprecated (and should not be).

=============== Diff against 39Deprecated-dtl.16 ===============

Item was removed:
- ----- Method: SharedQueue2>>removeAllSuchThat: (in category '*39Deprecated') -----
- removeAllSuchThat: aBlock
- 	"Remove from the queue all objects that satisfy aBlock."
- 	monitor critical: [
- 		items removeAllSuchThat: aBlock ]!

Item was removed:
- ----- Method: SharedQueue2>>removeAll (in category '*39Deprecated') -----
- removeAll
- 	monitor critical: [
- 		items next: (items size) ].!




More information about the Squeak-dev mailing list