Skip to content

help display code uses stdout directly instead of REPL output stream #34949

Closed

Description

From the test in #34944:

julia> REPLTests.fake_repl() do in, out, repl
           repltask = @async begin
               REPL.run_repl(repl)
           end
           write(in, "?;\n")
           write(in, '\x04')
           wait(repltask)
       end
search:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    REPLJulia's REPL (Read Eval Print Loop)bugIndicates an unexpected problem or unintended behaviordocsystemThe documentation building systemgood first issueIndicates a good issue for first-time contributors to Julia

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions