-
Notifications
You must be signed in to change notification settings - Fork 480
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
Pipe redirect solution seems to break code that writes to STDOUT #1245
Comments
Do you have an MWE by any chance? I tried the following and it seems to work fine:
|
Seems to be an issue with redirection of IO in types that are saved in a struct that in turn lives in a package global dict. The smallest minimal example I could find is: Minimal package example
Doctest failure code
Throws a similar stream closed error.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've tested this on julia 1.0.5 and 1.3.1 with the latest release.
The text was updated successfully, but these errors were encountered: