On Sat May 07 17:30:05 2016, alex.jakime...@gmail.com wrote:
> Code:
> IO::Handle.new(:path(‘-’)).path.say
> 
> Result:
> "".IO
> 
> 
> OK, let's try "".IO
> 
> 
> Code:
> "".IO
> 
> Result:
> Must specify something as a path: did you mean '.' for the current
> directory?
>   in block <unit> at -e line 1
> 
> 
> It does not work. But this does:
> 
> Code:
> "-".IO.say
> 
> Result:
> "".IO

The bug report seems to expect that you can use a gist output, EVAL it, and get 
the original back. That is what .perl is for, not .gist; Given that, do you 
still wish to keep this issue open? (and if so, can you clarify the 
justification)


-- 
Will "Coke" Coleda

Reply via email to