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

Fixed uninitialized variable in curl handler #3669

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

JohanMabille
Copy link
Member

@JohanMabille JohanMabille commented Dec 9, 2024

Fixes #3666
EDIT: I can build this branch locally with gcc 14

@wolfv
Copy link
Member

wolfv commented Dec 9, 2024

There is also the color-changing behavior of the progress bars. I am not sure if that is related to another uninitialized variable. I looked into it for a little bit the other day but couldn't find the right place.

@JohanMabille
Copy link
Member Author

That, or a race condition; we already have an opened issue for tracking the progress bars problems

Copy link
Member

@jjerphan jjerphan left a comment

Choose a reason for hiding this comment

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

LGTM.

I don't know whether it is worth adding a workflow to compile with the latest version of GCC.

@JohanMabille
Copy link
Member Author

Given the time the CI already takes, I'm not sure we want to do it for now.

@JohanMabille JohanMabille merged commit 4c5c1d7 into mamba-org:main Dec 9, 2024
34 of 35 checks passed
@JohanMabille JohanMabille deleted the gcc_14 branch December 9, 2024 09:59
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.

Build regression with GCC 14 when moving to libmamba 2.0.4
3 participants