-
Notifications
You must be signed in to change notification settings - Fork 118
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
Use Printf/Fprintf instead of std::cout, std::cerr #3073
Conversation
This way this is possible to redirect the flux for matlab and jupyter
This comment has been minimized.
This comment has been minimized.
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.
There's a couple of occurrences where a newline is stripped. I stopped after a few. Please check them all again.
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.
It's almost like there should be a println
and eprintln
to print with a line ending on std{out,err}
:)
This comment has been minimized.
This comment has been minimized.
3a71e90
to
2560d5d
Compare
Quality Gate passedIssues Measures |
✔️ afaf919 -> Azure artifacts URL |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3073 +/- ##
=======================================
Coverage 67.26% 67.27%
=======================================
Files 571 571
Lines 104867 104874 +7
=======================================
+ Hits 70542 70550 +8
+ Misses 34325 34324 -1 ☔ View full report in Codecov by Sentry. |
This way this is possible to redirect the flux for matlab and jupyter