Actions
Feature #16018
openAdd a way to deprecate methods
Feature #16018:
Add a way to deprecate methods
Status:
Open
Assignee:
-
Target version:
-
Description
Updated by jeremyevans0 (Jeremy Evans) almost 7 years ago
- Tracker changed from Bug to Feature
- ruby -v deleted (
ruby 2.6.3p62 (2019-04-16 revision 67580) [i386-linux]) - Backport deleted (
2.5: UNKNOWN, 2.6: UNKNOWN)
Updated by mame (Yusuke Endoh) almost 7 years ago
At the developers' meeting, no one was against this feature. It would be great if we can print a warning per a pair of callsite and callee (to suppress duplicated redundant warnings), but the implementation is not trivial (exploiting method call cache)?
Updated by vo.x (Vit Ondruch) over 6 years ago
- Related to Feature #16345: Don't emit deprecation warnings by default. added
Actions