-
Notifications
You must be signed in to change notification settings - Fork 385
Fix segfault in error messages #3912
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3912 +/- ##
=======================================
Coverage ? 63.40%
=======================================
Files ? 300
Lines ? 37156
Branches ? 2782
=======================================
Hits ? 23557
Misses ? 13546
Partials ? 53 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @AntoinePrv.
{ | ||
auto db = solver::libsolv::Database{ channel_context.params() }; | ||
const auto xpt = db.add_repo_from_repodata_json( | ||
mambatests::test_data_dir / "repodata/sudoku.json", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it is fine if we cannot support fetching remote files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a reasonably small (30'000l) file that I committed it to the repo. It's also nice to keep the test independent from the rest of Mamba.
Fix #3874