[perl #131376] [IO][REGRESSION] read on IO handle following SeekFromCurrent

2017-05-26 Thread Zoffix Znet via RT
On Fri, 26 May 2017 12:14:13 -0700, david.warring wrote: > 3 more elements. Show/hide. > 19:01 > dwarring p6: > "tst.txt".IO.spurt([~] 'a' .. 'z'); my $ioh = "tst.txt".IO.open(:r); > say > $ioh.read(4); $ioh.seek(1, SeekFromCurrent); say

[perl #131376] [IO][REGRESSION] read on IO handle following SeekFromCurrent

2017-05-26 Thread Zoffix Znet via RT
On Fri, 26 May 2017 12:14:13 -0700, david.warring wrote: > 3 more elements. Show/hide. > 19:01 > dwarring p6: > "tst.txt".IO.spurt([~] 'a' .. 'z'); my $ioh = "tst.txt".IO.open(:r); > say > $ioh.read(4); $ioh.seek(1, SeekFromCurrent); say

[perl #131376] [IO][REGRESSION] read on IO handle following SeekFromCurrent

2017-05-26 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Bisectable failed in the provided log, here is the right result: AlexDaniel, Bisecting by output (old=2015.12 new=95b4e5d) because on both starting points the exit code is 0 AlexDaniel, bisect log: https://gist.github.com/1b6f1bdabefa1cb13338451abceea153 AlexDaniel, (2017-05-25)

[perl #131376] [IO][REGRESSION] read on IO handle following SeekFromCurrent

2017-05-26 Thread via RT
# New Ticket Created by David Warring # Please include the string: [perl #131376] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131376 > 3 more elements. Show/hide. 19:01