Skip to content

refactor managed artifacts #3699

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

Merged
merged 1 commit into from
Sep 1, 2021
Merged

Conversation

tomerd
Copy link
Contributor

@tomerd tomerd commented Aug 31, 2021

motivation: ManagedArtifacts are based on location instead of on identity, refactor them to be based on identity as part of the transition to identity based logic

changes:

  • transition ManagedArtifacts underlying hashmap to be based on identity
  • update call sites to use package identity instead of location when reading/writing managed artifacts
  • adjust tests where needed

@tomerd
Copy link
Contributor Author

tomerd commented Aug 31, 2021

needs #3698

motivation: ManagedArtifacts are based on location instead of on identity, refactor them to be based on identity as part of the transition to identity based logic

changes:
* transition ManagedArtifacts underlying hashmap to be based on identity
* update call sites to use package identity instead of location when reading/writing managed artifacts
* adjust tests where needed
@tomerd tomerd force-pushed the refactor/managed-artifacts branch from 13fc545 to 80b743d Compare September 1, 2021 01:54
@tomerd tomerd added the ready Author believes the PR is ready to be merged & any feedback has been addressed label Sep 1, 2021
@tomerd
Copy link
Contributor Author

tomerd commented Sep 1, 2021

@swift-ci please smoke test

@tomerd tomerd merged commit 9ccbfdf into swiftlang:main Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Author believes the PR is ready to be merged & any feedback has been addressed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants