Convert simple Command member functions to new signatures

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor - P4
    • 3.7.2
    • Affects Version/s: None
    • Component/s: Internal Code
    • None
    • Fully Compatible
    • Platforms 2018-01-29, Platforms 2018-02-12
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Some Command member functions are undergoing small changes in the TypedCommand proposal. For those member functions, it's easier to bulk-migrate the ~200 subclasses than to execute a staged migration plan.

      Example:

      void help(std::stringstream&) const

      becomes

      std::string help() const

            Assignee:
            Billy Donahue
            Reporter:
            Billy Donahue
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: