Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Conversation

cftorres
Copy link
Contributor

Previously, package structs were compared via a DeepEqual, but that was counting packages as different when their size was different (due to caching files, etc. that had changed) even if their versions were the same. So, under the assumption that non-negligible package content changes would be indicated by a version change, I changed the equality of packages to only consider version differences and not size differences.
@aaron-prindle @nkubala

Copy link
Contributor

@nkubala nkubala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cftorres cftorres merged commit 773aca0 into GoogleContainerTools:master Aug 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants