Skip to content

[df] Restore all attributes of std::cout after printing progress#21171

Merged
vepadulano merged 1 commit intoroot-project:masterfrom
vepadulano:rdf-progressbar-restore-precision
Feb 5, 2026
Merged

[df] Restore all attributes of std::cout after printing progress#21171
vepadulano merged 1 commit intoroot-project:masterfrom
vepadulano:rdf-progressbar-restore-precision

Conversation

@vepadulano
Copy link
Member

Fixes #21165

Use copyfmt to copy all attributes of std::cout into a temporary stream, to be
restored at the end of the execution.
Copy link
Member

@hageboeck hageboeck left a comment

Choose a reason for hiding this comment

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

LGTM!

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Test Results

    22 files      22 suites   3d 11h 30m 24s ⏱️
 3 779 tests  3 777 ✅ 0 💤 2 ❌
75 158 runs  75 156 ✅ 0 💤 2 ❌

For more details on these failures, see this check.

Results for commit e98a4c6.

@vepadulano vepadulano merged commit 54d5f3c into root-project:master Feb 5, 2026
29 of 33 checks passed
@dpiparo
Copy link
Member

dpiparo commented Feb 5, 2026

/backport to 6.38

@root-project-bot
Copy link

This PR has been backported to branch 6.38: #21172

@dpiparo
Copy link
Member

dpiparo commented Feb 6, 2026

/backport to 6.38

@root-project-bot
Copy link

This PR has been backported to branch 6.38: #21180

@dpiparo
Copy link
Member

dpiparo commented Feb 7, 2026

/backport to 6.36
as a test to see if labels are transferred

@root-project-bot
Copy link

This PR has been backported to branch 6.36: #21186

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.

RDataFrame progress bar changes stream output precision

4 participants