-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
do block form of redirect_stdio #7022
Comments
In your example, I assume you mean println(stderr, "this goes to new stderr") |
what? I can't have a program that even executes my sentences to find bugs? (fixed above) |
This needs to return stdin / stout / stderr |
Why is this a 0.3 issue? |
because I can merge this PR if the concept is approved of |
I'm not convinced. |
|
it's shorthand for |
Misread, sorry. Not going to be backported and not release blocking, so not a milestone issue. |
Fixes #7022. In particular, these simplify testing for warnings.
Closed by #18165 |
Fixes JuliaLang#7022. In particular, these simplify testing for warnings.
Julip (with code!): do block form of redirect_stdio
Inspired by samuelcolvin/JuliaByExample#6 (comment)
Usage examples:
Implementation:
thoughts? bugs?
The text was updated successfully, but these errors were encountered: