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

SCons: Address minor show_progress issues #99292

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

Repiteo
Copy link
Contributor

@Repiteo Repiteo commented Nov 15, 2024

Realized a minor regression introduced by the above PR causing node count to not be tracked whatsoever if not displaying a progress bar. Additionally, progress_finish as an SCons action is unnecessary & doesn't catch all cases; it's now handled via atexit like the cache cleaning

@Repiteo Repiteo added this to the 4.4 milestone Nov 15, 2024
@Repiteo Repiteo requested a review from a team as a code owner November 15, 2024 17:31
@Repiteo Repiteo force-pushed the scons/show_progress-tweaks branch from be189f3 to dbbb05b Compare November 15, 2024 20:58
@Repiteo Repiteo force-pushed the scons/show_progress-tweaks branch from dbbb05b to 6d91d96 Compare December 9, 2024 21:16
@hpvb
Copy link
Member

hpvb commented Dec 10, 2024

LGTM

@dustdfg
Copy link
Contributor

dustdfg commented Dec 15, 2024

Is it about a fact that [Initial build] disappeared recently or something else?

@Repiteo
Copy link
Contributor Author

Repiteo commented Dec 16, 2024

Is it about a fact that [Initial build] disappeared recently or something else?

That being removed was deliberate, but this PR makes sure that it will only happen on an initial build

Copy link
Member

@hpvb hpvb left a comment

Choose a reason for hiding this comment

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

LGTM

@akien-mga
Copy link
Member

Needs rebase.

@Repiteo Repiteo force-pushed the scons/show_progress-tweaks branch from 6d91d96 to df6ac39 Compare December 17, 2024 15:27
@akien-mga akien-mga merged commit 24f88bb into godotengine:master Dec 17, 2024
20 checks passed
@akien-mga
Copy link
Member

Thanks!

@Repiteo Repiteo deleted the scons/show_progress-tweaks branch December 18, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants