[perl #125170] [BUG] Cannot read from a file opened with open(:rw) in Rakudo

2017-10-07 Thread Jan-Olof Hendig via RT
This was fixed ages ago which can be verified with c: releases my $f = open("/tmp/dasdasdasdastest.txt", :r, :w); $f.write("hello".encode); $f.seek(0); say $f.read(5).decode also, tests are present in t/spec/S32-io/open.t. Setting to resolved.

[perl #125170] [BUG] Cannot read from a file opened with open(:rw) in Rakudo

2015-05-13 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #125170] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=125170 cygx hm... if I read the code correctly, open(:rw) doesn't actually do what it