#1911: cannot read binary file stream
-------------------------+--------------------------------------------------
 Reporter:  x19290       |        Type:  bug   
   Status:  new          |    Priority:  normal
Milestone:               |   Component:  none  
  Version:  2.10.0       |    Severity:  medium
 Keywords:  open binary  |        Lang:  perl6 
    Patch:               |    Platform:  linux 
-------------------------+--------------------------------------------------

Comment(by x19290):

 Code was poorly formatted.
 {{{
 my $h = open '/dev/urandom', :bin;
 loop (;;) {
     $h.read(256);
 }
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1911#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to