• 
      

    Update get_local_path and get_repository_info type safety on remaining clients.

    Review Request #12587 — Created Sept. 7, 2022 and submitted

    Information

    RBTools
    release-4.x

    Reviewers

    Most SCMClients had moved to type-safe get_local_path() and
    get_repository_info() methods, but there were a handful that haven't
    yet been updated.

    This updates those remaining methods to include type annotations in the
    definition and to fix type safety issues in the code.

    Unit tests passed.

    Verified that the type checkers were happy with these functions.

    Posted this change.

    Summary ID
    Update get_local_path and get_repository_info type safety on remaining clients.
    Most SCMClients had moved to type-safe `get_local_path()` and `get_repository_info()` methods, but there were a handful that haven't yet been updated. This updates those remaining methods to include type annotations in the definition and to fix type safety issues in the code.
    e4a150fc18a869ce7c6ed0f079f2ae553e6b0b05
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-4.x (735e721)