-
Notifications
You must be signed in to change notification settings - Fork 419
fix: Give precedence to repodata when constructing repodata_record files
#3901
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
Merged
AntoinePrv
merged 3 commits into
mamba-org:main
from
jjerphan:fix/use-repodata-packageinfo
Apr 24, 2025
Merged
fix: Give precedence to repodata when constructing repodata_record files
#3901
AntoinePrv
merged 3 commits into
mamba-org:main
from
jjerphan:fix/use-repodata-packageinfo
Apr 24, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PrefixData::m{,_pip}_package_recordsPackageInfo from repodata instead of the ones from the packages
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3901 +/- ##
=======================================
Coverage ? 62.90%
=======================================
Files ? 299
Lines ? 36993
Branches ? 2775
=======================================
Hits ? 23270
Misses ? 13671
Partials ? 52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8c461e0 to
74ac07e
Compare
jjerphan
commented
Apr 23, 2025
976b760 to
31904db
Compare
Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
31904db to
6ae9719
Compare
PackageInfo from repodata instead of the ones from the packagesrepodata_record files
AntoinePrv
approved these changes
Apr 23, 2025
Klaim
approved these changes
Apr 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #3883.