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

Fix an issue that caused transitive dependencies to not have categories #768

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

romain-intel
Copy link
Contributor

Description

In apply_categories, the logic was such that transitive dependencies were not considered and the category labels effectively did not propagate. This resulted in incomplete lock files

This fixes #730 although I am not 100% sure why the issue showed up so recently; it may be that the other fix around cateogries exacerbated this problem.

…er category

In `apply_categories`, the logic was such that transitive dependencies were not
considered and the category labels effectively did not propagate. This resulted
in incomplete lock files
@romain-intel romain-intel requested a review from a team as a code owner February 2, 2025 10:05
Copy link

netlify bot commented Feb 2, 2025

Deploy Preview for conda-lock ready!

Name Link
🔨 Latest commit 3089a39
🔍 Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/679f4355255d23000822cb34
😎 Deploy Preview https://deploy-preview-768--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 configuration.

@maresb maresb merged commit 15841fc into conda:main Feb 2, 2025
43 checks passed
@maresb
Copy link
Contributor

maresb commented Feb 2, 2025

Incredible work, thanks so much @romain-intel!!!!! 🤩

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.

Dependency of pip installed package is missing
2 participants