[FIX] SystDictDeprecatedFix-nk

ned at bike-nomad.com ned at bike-nomad.com
Wed Nov 12 19:18:43 UTC 2003


from preamble:

"Change Set:		SystDictDeprecatedFix-nk
Date:			12 November 2003
Author:			Ned Konz

This fixes several problems with the recent deprecation of various
methods in SystemDictionary:

* in several places, methods that had been primitives got changed so
they would always call primitiveError.
* why bother renaming methods as deprecated, if you move them? Instead,
just call the moved method per suggestion.
* having done that, there were some deprecated (and moved) methods that
were no longer called. We can remove these.
* some of the recently deprecated methods sent the recently deprecated
#deprecated:explanation: message, which would cause a double Deprecation
warning.

"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SystDictDeprecatedFix-nk.cs.gz
Type: application/octet-stream
Size: 2583 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20031112/a643c706/SystDictDeprecatedFix-nk.cs.obj


More information about the Squeak-dev mailing list