Re: [julia-users] Pipeline interoperability with IOStream and IOBuffer

2016-07-24 Thread William Wong
Hi Steven, Thank you very much for taking the time to try to try to answer my question. Perhaps if it is not clear enough, yes I have a usage question that I am asking here. I'll try to rephrase it. Could you kindly answer this? I have data (could be a string) that is stored in IOBuffer. I w

Re: [julia-users] Pipeline interoperability with IOStream and IOBuffer

2016-07-22 Thread Steven G. Johnson
On Friday, July 22, 2016 at 8:55:44 AM UTC-4, Tom Breloff wrote: > > To be fair, he was told, in that issue, that julia-users was a more > appropriate place to ask this type of question. No, he was told to ask on julia-users about usage questions — in this case, if he can't figure out how to

Re: [julia-users] Pipeline interoperability with IOStream and IOBuffer

2016-07-22 Thread William Wong
To add to that, this discussion had actually initially started out on Julia-Users https://groups.google.com/forum/#!searchin/julia-users/pipeline$20iostream/julia-users/-66VWszB-mM/b9wno137BgAJ I was also hoping that someone could help me with this question here: > In either case, it seems that

Re: [julia-users] Pipeline interoperability with IOStream and IOBuffer

2016-07-22 Thread Tom Breloff
To be fair, he was told, in that issue, that julia-users was a more appropriate place to ask this type of question. On Friday, July 22, 2016, Steven G. Johnson wrote: > > > On Thursday, July 21, 2016 at 6:09:12 PM UTC-4, William Wong wrote: >> >> I'm trying to continue the discussion of >> https

[julia-users] Pipeline interoperability with IOStream and IOBuffer

2016-07-21 Thread William Wong
Hello, I'm trying to continue the discussion of https://github.com/JuliaLang/julia/issues/15479 julia> run(pipeline(IOBuffer("a xyz b"), `grep xyz`)) ERROR: MethodError: `uvtype` has no method matching uvtype(::Base.AbstractIOBuffer{Array{UInt8,1}}) in _jl_spawn at process.jl:253 in anonymou