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

Fix for removal of limit_output #212

Merged
merged 1 commit into from
May 28, 2016
Merged

Fix for removal of limit_output #212

merged 1 commit into from
May 28, 2016

Commits on May 26, 2016

  1. Fix for removal of limit_output

    This does something useful only for multiple versions of julia-0.5, since `limit_output(io)` was introduced (+1936) and then removed (+4305). Prior to that, you couldn't call `limit_output` on an `io` object.
    For earlier julia versions, this just evaluates as `false`.
    
    For, e.g., BenchmarkTools, it seems important to be able to support a range of julia-0.5 versions.
    timholy committed May 26, 2016
    Configuration menu
    Copy the full SHA
    0a3c29c View commit details
    Browse the repository at this point in the history