Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edk2_stuart_pr_eval: Improve robustness of path comparisons #346

Merged

Commits on Nov 10, 2022

  1. edk2_stuart_pr_eval: Improve robustness of path comparisons

    Paths are currently returned from various functions and compared in
    `get_packages_to_build()`. This change updates the paths to be
    represented with `Path` objects so path comparison can leverage
    the `Path` object equality method to perform the comparison more
    robustly than with raw strings.
    
    Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
    makubacki committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    e5abf32 View commit details
    Browse the repository at this point in the history