[squeak-dev] The Trunk: 39Deprecated-ar.13.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Nov 12 09:16:10 UTC 2009


Andreas Raab uploaded a new version of 39Deprecated to project The Trunk:
http://source.squeak.org/trunk/39Deprecated-ar.13.mcz

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

Name: 39Deprecated-ar.13
Author: ar
Time: 12 November 2009, 1:16:02 am
UUID: 5505bcd8-c454-6a4d-bbc4-c91be4bc06eb
Ancestors: 39Deprecated-ar.12

Remove support for isolation layers.

=============== Diff against 39Deprecated-ar.12 ===============

Item was removed:
- ----- Method: CurrentProjectRefactoring class>>currentBeIsolated (in category 'revectoring to current') -----
- currentBeIsolated
- "
- CurrentProjectRefactoring currentBeIsolated
- "
- 	self deprecated: 'CurrentProjectRefactoring is deprecated'.
- 	
- 	^self xxxCurrent beIsolated!

Item was removed:
- ----- Method: CurrentProjectRefactoring class>>currentIsolationHead (in category 'revectoring to current') -----
- currentIsolationHead
- "
- CurrentProjectRefactoring currentIsolationHead
- "
- 	self deprecated: 'CurrentProjectRefactoring is deprecated'.
- 	
- 	^self xxxCurrent isolationHead!

Item was removed:
- ----- Method: CurrentProjectRefactoring class>>currentPropagateChanges (in category 'revectoring to current') -----
- currentPropagateChanges
- "
- CurrentProjectRefactoring currentPropagateChanges
- "
- 	self deprecated: 'CurrentProjectRefactoring is deprecated'.
- 	
- 	^self xxxCurrent propagateChanges!

Item was removed:
- ----- Method: CompiledMethod>>who (in category '*39Deprecated') -----
- who
- 	"Answer an Array of the class in which the receiver is defined and the 
- 	selector to which it corresponds."
- 	
- 	self deprecated: 'use #methodClass and #selector directly'.
- 	self isInstalled ifFalse: [^#(unknown unknown)].
- 	^{self methodClass . self selector}.
- !




More information about the Squeak-dev mailing list