Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Fix manifest generation with complex versions #32

Conversation

crohr
Copy link
Contributor

@crohr crohr commented Apr 10, 2014

Until now, a package was removed (even with preserve_versions set to true) when its version component and name was the same as another package.
Instead, it should compare the full versions of the package (i.e. epoch, version, and iteration must be the same, not only the version).

Also added tests for the changes.

Until now, a package was removed (even with preserve_versions set to true) when its version component and name was the same as another package.
Instead, it should compare the full versions of the package (i.e. epoch, version, and iteration must be the same, not only the version).

Also added tests for the changes.
@krobertson
Copy link
Owner

Thanks for the fix and thanks for starting to add tests... lack of tests had me disappointed with myself and I plan to start back filling some of them 😄

krobertson added a commit that referenced this pull request Apr 25, 2014
…x-versions

Fix manifest generation with complex versions
@krobertson krobertson merged commit 190d8d5 into krobertson:master Apr 25, 2014
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.

None yet

2 participants