Open
Description
Add modifier deprecated
or annotation @deprecated
that can be used on deprecated declarations/definitions.
Emit a warning when deprecated something is used in compiled code.
Display them with a strikethrough in IDE.
Example use: SendRemainingBalance
is very similar to SendRemainingValue
, and will drain the whole balance of a contract of an unattentive Tact user. We can't just rename it without breaking backwards compatibility.