You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typePipeOrNil=refobjectPipe=PipeOrNilnotnilProcessOrNil=refobject
stdin: PipeProcess=ProcessOrNilnotnillet a: PipeOrNil=nillet b =Process(stdin: a) # expect compile error here, but it compiles okprocnewProcess(stdin: Pipe): Process=Process(stdin: stdin)
let c =newProcess(a) # works fine this way
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: