Actions
Refactor #33225
closedChange the way an option is checked for deprecation
Difficulty:
Triaged:
No
Pull request:
Team Backlog:
Description
Currently we check whether we need to show a deprecation warning for an option through #handles? method [1]. This has a side-effect: whenever we call #find_option, internally it uses #handles? method, so whenever we're searching for an option we will print a deprecation warning if the option has one.
Actions