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

[Workspace] Improve how we handle changes to Package.resolved #2230

Merged
merged 1 commit into from Jul 12, 2019

Commits on Jul 12, 2019

  1. [Workspace] Improve how we handle changes to Package.resolved

    This improves our resolution logic when we already have state and there
    are updates to Package.resolved file. Previously, we were restoring the
    Package.resolved file with our current state if we saw that there is
    a missing entry in there. This is not correct since dependencies can
    disappear as part of an update performed on some other machine (or just
    switching between commits/branches without removing state).
    
    <rdar://problem/51080676> [SR-10718]
    ankitspd committed Jul 12, 2019
    Copy the full SHA
    e291bcc View commit details
    Browse the repository at this point in the history