Skip to content

wine-master: readline(stdin) is broken #43566

@Keno

Description

@Keno

The following hangs on wine master:

open(`$(Base.julia_cmd()) -e 'println(readline(stdin))'`, "r+") do f
    print(f.in, "hello", "\n")
    @info readline(f)
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    system:windowsAffects only Windowssystem:wineBuilding Julia under WineupstreamThe issue is with an upstream dependency, e.g. LLVM

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions