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

Provide a default CopyStrategy overload for copyItem. #2818

Merged

Commits on Jul 30, 2024

  1. Provide a default CopyStrategy overload for copyItem.

    This makes it easier to use, especially when copying files such that it is irrelevant.
    UncleMattHope committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    988c6ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86a3607 View commit details
    Browse the repository at this point in the history
  3. format fixup

    UncleMattHope committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b1400d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    523ffdf View commit details
    Browse the repository at this point in the history
  2. Fix flaky cancellation.

    The cancellation tests were flaky, but only because they exposed
    a code path where cancellation was not properly respected.
    I've changed the tests to deterministically hit those points,
    verified that those fail reliably, then put in a fix that solves it.
    UncleMattHope committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    94ed19a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0715f26 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    613ff12 View commit details
    Browse the repository at this point in the history