Skip to content

Fix stdio redirections for the Julia 1.7 API breakage #7

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

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

c42f
Copy link
Member

@c42f c42f commented Feb 4, 2022

Base.redirect_stdout etc are no longer generic functions, so it's not
possible to overload these anymore. Instead it's necessary to overload
the function object Base.RedirectStdStream.

Base.redirect_stdout etc are no longer generic functions, so it's not
possible to overload these anymore. Instead it's necessary to overload
the function object Base.RedirectStdStream.
@c42f c42f force-pushed the cjf/fix-redirects-for-julia-1.7 branch from 657bfc7 to ad6afa7 Compare February 4, 2022 03:39
@c42f c42f merged commit 094eb66 into master Feb 4, 2022
@c42f c42f deleted the cjf/fix-redirects-for-julia-1.7 branch February 4, 2022 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant