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

use matchspec in LockedDependency creation (issue 414) #415

Merged

Conversation

AlbertDeFusco
Copy link
Contributor

@AlbertDeFusco AlbertDeFusco commented May 24, 2023

This addresses #414

Description

The previous implementation assumed that dependencies of installed packages listed in the dry-run-solve json output are of the format "<name> <version>", which is a subset of MatchSpec.

The previous implementation assumed
that dependencies of installed packages
listed in the dry-run-solve json output
are of the format "<name> <version>",
which is a subset of MatchSpec.
@AlbertDeFusco AlbertDeFusco requested a review from a team as a code owner May 24, 2023 13:16
@netlify
Copy link

netlify bot commented May 24, 2023

Deploy Preview for conda-lock ready!

Name Link
🔨 Latest commit 3aace6f
🔍 Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/646e0e1750065c00085a9fa1
😎 Deploy Preview https://deploy-preview-415--conda-lock.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@maresb
Copy link
Contributor

maresb commented May 24, 2023

Thank you very much for this, @AlbertDeFusco. It's indeed much better to replace such string manipulations with proper classes.

@maresb maresb merged commit 01e9529 into conda:main May 24, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants