# New Ticket Created by David Warring # Please include the string: [perl #131376] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=131376 >
3 more elements. Show/hide. 19:01 <https://irclog.perlgeek.de/perl6/2017-05-26#i_14643208> dwarring p6: "tst.txt".IO.spurt([~] 'a' .. 'z'); my $ioh = "tst.txt".IO.open(:r); say $ioh.read(4); $ioh.seek(1, SeekFromCurrent); say $ioh.read(4); 19:01 <https://irclog.perlgeek.de/perl6/2017-05-26#i_14643209> camelia rakudo-moar 95b4e5: OUTPUT: «Blob[uint8]:0x<61 62 63 64>Blob[uint8]:0x<>» 19:02 <https://irclog.perlgeek.de/perl6/2017-05-26#i_14643214> dwarring bisect: "tst.txt".IO.spurt([~] 'a' .. 'z'); my $ioh = "tst.txt".IO.open(:r); say $ioh.read(4); $ioh.seek(1, SeekFromCurrent); say $ioh.read(4); 19:02 <https://irclog.perlgeek.de/perl6/2017-05-26#i_14643215> bisectable6 dwarring, Bisecting by output (old=2015.12 new=95b4e5d) because on both starting points the exit code is 0 19:06 <https://irclog.perlgeek.de/perl6/2017-05-26#i_14643238> MasterDuke AlexDaniel: ^^^ 19:08 <https://irclog.perlgeek.de/perl6/2017-05-26#i_14643242> dwarring anyway, nothing returned from second read after seekFromCurrent 19:08 <https://irclog.perlgeek.de/perl6/2017-05-26#i_14643243> Recent regression. I'll put in an RT