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

Send Stan outputs to stdout rather than stderr #94

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

WardBrian
Copy link
Collaborator

Partially addresses #93.

Currently, all Stan print statements were redirected to stderr, this changes to stdout while we explore other options.

@WardBrian WardBrian added the cpp label Mar 28, 2023
@WardBrian WardBrian marked this pull request as ready for review March 28, 2023 13:44
Copy link
Owner

@roualdes roualdes left a comment

Choose a reason for hiding this comment

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

So these changes are only for Stan print statements, ya? Which is why the error messages in bridgestan.cpp are left unchanged, right?

And printing to cout still depends on Stan flushing (re stan-dev/stanc3#1301)? Since that PR has already been approved, this PR is just moving a touch faster? Which I'm ok with; just trying to make sure that a second set of eyes crosses t's and dots i's.

@WardBrian
Copy link
Collaborator Author

Correct, this only affects Stan print statements.

I just merged the stanc3 PR to flush the output, but even without that this is still better than the current state of things

@WardBrian WardBrian merged commit 88e7ca1 into main Mar 28, 2023
13 checks passed
@WardBrian WardBrian deleted the fix/stan-print-to-cout branch March 28, 2023 16:50
@WardBrian WardBrian mentioned this pull request Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants