[ENH] deprecation 3

Brent Pinkney pinkney_b at aircom.co.za
Fri May 9 14:14:38 UTC 2003


Change set attached, sorry.

Hi,

This is my second implemetation of the Deprecation warning.

>From Deprecation's class comments...

This Warning is signalled by methods which are deprecated.

The use of Object>>#deprecated and Object>>#deprecated: aBlock is recommended.
e.g.

Foo>>#oldMethod
	self deprecated.

or
Foo>>#oldMethod
	self deprecated: [ Bar>>#newMethod ].


How does this get into 3.6alpha and become Standard Practice ?

Thanks

Brent

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Deprecation.4.cs
Type: application/octet-stream
Size: 1735 bytes
Desc: Deprecation.4.cs
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030509/e5874d5d/Deprecation.4.obj


More information about the Squeak-dev mailing list