• Henry Schreiner authored
     
    Browse Code »
  • * Fix excessive call to subcommand's final_callback
    
    When parse_complete_callback_ is set there is an extra call to
    run_callback() inside the App::_parse(std::vector<std::string>&) method.
    This extra call also excessively calls a final_callback_ (when it is
    also set) for the command and (since it is recursive) for it's
    subcommands.
    
    This commit adds extra boolean parameter for the run_callback() method
    allowing to explicitly suppress calling to final_callback_. The value of
    this parameter is also propagated to recursive calls to run_callback().
    
    Fixes #572
    
    * fix: main app should run final_callback, add tests
    
    Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
    dryleev authored
     
    Browse Code »







  • Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from v1.7 to v1.8.
    - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases)
    - [Commits](https://github.com/jwlawson/actions-setup-cmake/compare/v1.7...8a432c42cf22eb16687b3516b4759e1cf5604f34)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored
     
    Browse Code »


  • Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from v1.5 to v1.6.
    - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases)
    - [Commits](https://github.com/jwlawson/actions-setup-cmake/compare/v1.5...0a4250e9746afbf8007d5fc3b26e5b0577e332b9)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored
     
    Browse Code »