Project

General

Profile

Actions

Refactor #33225

closed

Change the way an option is checked for deprecation

Added by Oleh Fedorenko over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Category:
Hammer core
Target version:
-
Difficulty:
Triaged:
No
Team Backlog:
Fixed in Releases:
Found in Releases:
In Kanboard:

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.

[1] - https://github.com/theforeman/hammer-cli/blob/819023cca20eb8ec1853dd5f901e3e2d0dc0a948/lib/hammer_cli/options/option_definition.rb#L53-L61

Actions #1

Updated by The Foreman Bot over 2 years ago

  • Status changed from Assigned to Ready For Testing
  • Pull request https://github.com/theforeman/hammer-cli/pull/351 added
Actions #2

Updated by The Foreman Bot over 2 years ago

  • Fixed in Releases hammer-cli-3.1.0 added
Actions #3

Updated by Oleh Fedorenko over 2 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF