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: Only register channels in the context once #3521

Merged
merged 6 commits into from
Oct 23, 2024

Conversation

jjerphan
Copy link
Member

@jjerphan jjerphan commented Oct 10, 2024

Partially fix #3393.

@jjerphan jjerphan added the release::bug_fixes For PRs fixing bugs label Oct 10, 2024
@jjerphan jjerphan marked this pull request as ready for review October 15, 2024 14:10
Copy link
Member

@JohanMabille JohanMabille left a comment

Choose a reason for hiding this comment

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

I think we should take the opportunity of these bug fixes to do some slight refactoring. Typically here the code is duplicated for no reeason, it should be factorize out.

@jjerphan
Copy link
Member Author

Actually one needs to first fix the regression observed between 1.x and 2.0.

@JohanMabille
Copy link
Member

JohanMabille commented Oct 17, 2024

I don't see how the performance regression is preventing us from factorizing out code.

@jjerphan
Copy link
Member Author

As discussed IRL, let's first merge this PR and let's tackle this other issue in another one.

Resolves the error on the CI.

Signed-off-by: Julien Jerphanion <[email protected]>
This makes parsing their associated subdirs only once.

Signed-off-by: Julien Jerphanion <[email protected]>
Signed-off-by: Julien Jerphanion <[email protected]>
@jjerphan jjerphan merged commit bd8c1d2 into mamba-org:main Oct 23, 2024
32 checks passed
@jjerphan jjerphan deleted the fix/parsing-subdir branch October 23, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release::bug_fixes For PRs fixing bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2.0 regression: large overhead of libsolv's solver_unifyrules when multichannels are used
2 participants