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: add fallback mechanism for missing mapping #1166

Merged
merged 6 commits into from
Apr 11, 2024

Conversation

nichmor
Copy link
Contributor

@nichmor nichmor commented Apr 11, 2024

This PR aim to fix currently possible issue with a missing package from mapping ( for example, our updater didn't add it yet ) so we fallback to compressed version where check by name and not by hash so we should cover absence of newest version.
Also we introduce back the assumption by name, because it will cover the situation when a new package in conda-forge ( that wasn't present yet ) is not added in both mapping so we don't miss it.
Sadly it also re-introduce #710 issue

@nichmor nichmor marked this pull request as ready for review April 11, 2024 10:51
Copy link
Contributor

@ruben-arts ruben-arts left a comment

Choose a reason for hiding this comment

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

Saint!

@ruben-arts ruben-arts merged commit 3fadd61 into prefix-dev:main Apr 11, 2024
25 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.

2 participants