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

Build failure with pantry due to missing unregister #4215

Closed
snoyberg opened this issue Aug 7, 2018 · 1 comment
Closed

Build failure with pantry due to missing unregister #4215

snoyberg opened this issue Aug 7, 2018 · 1 comment

Comments

@snoyberg
Copy link
Contributor

snoyberg commented Aug 7, 2018

This should be fixed automatically by #3922, but we should add an integration test case. Steps:

  1. Add an extra dep like githash-0.1.0.0
  2. Build your package
  3. Change the extra dep to githash-0.1.0.1
  4. Build again

Expected: unregisters the old version, build the new version

Actual: builds the new version, registers the new version, complains that there are two installed copies of the same package

@snoyberg
Copy link
Contributor Author

Addressed, with an integration test added to avoid regressions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant