pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Cleanup: Move more deprecated method to Deprecated12

Open astares opened this issue 1 year ago • 0 comments

when methods are deprecated they also should be moved to #Deprecated12 package for easy removal.

We have many left that should be moved as extension to Deprecated12 package :

CompiledMethod allInstances
	select: [:each | each isDeprecated and: [ each package name ~= #Deprecated12 ] ].

astares avatar Feb 16 '24 00:02 astares