[perl #131364] concurrent quicksort from Damien gives different crashes each time

2017-05-26 Thread via RT
# New Ticket Created by Sverre Eldøy # Please include the string: [perl #131364] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131364 > Hi! I was just playing around with the concurrent quicksort thing that Damien made..

[perl #131372] [BUG] infix eqv may hang when comparing equivalent recursive arrays

2017-05-26 Thread via RT
# New Ticket Created by Peter du Marchie van Voorthuysen # Please include the string: [perl #131372] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131372 > This is Rakudo version 2017.04.3 built on MoarVM version

[perl #131378] 2017.05-133-g094e77a fails to gmake install on Windows10

2017-05-26 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131378] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131378 > All proceeds well until install-core-dist.pl at which point it crashes with rename

[perl #131375] [BUG] error initializing large array on Windows (64-bit)

2017-05-26 Thread Zoffix Znet via RT
On Fri, 26 May 2017 11:58:50 -0700, pe...@mscha.org wrote: > The following script: > > #!/usr/bin/env perl6 > > use v6.c; > > sub MAIN(Int $n = 20_000_000) > { > say "Starting..."; > my int @a = 1..$n; > say "Array initialized."; > sleep

[perl #131375] [BUG] error initializing large array on Windows (64-bit)

2017-05-26 Thread Zoffix Znet via RT
On Fri, 26 May 2017 11:58:50 -0700, pe...@mscha.org wrote: > The following script: > > #!/usr/bin/env perl6 > > use v6.c; > > sub MAIN(Int $n = 20_000_000) > { > say "Starting..."; > my int @a = 1..$n; > say "Array initialized."; > sleep

[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

[perl #131375] [BUG] error initializing large array on Windows (64-bit)

2017-05-26 Thread via RT
# New Ticket Created by Michael Schaap # Please include the string: [perl #131375] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131375 > The following script: #!/usr/bin/env perl6 use v6.c; sub MAIN(Int $n

[perl #125082] Roast rakudo skip/todo test:./S16-filehandles/io.t line:296 reason: 'Will fail due to above failure'

2017-05-26 Thread Zoffix Znet via RT
Thank you for the report. This is now fixed. Fix: https://github.com/rakudo/rakudo/compare/f2fca0c8c2...41bb13722c Test: (unfudged) https://github.com/perl6/roast/commit/39d6cd9cea

[perl #125079] Roast rakudo skip/todo test:./S16-filehandles/io.t line:287 reason: 'Too late to change filehandle encoding'

2017-05-26 Thread Zoffix Znet via RT
Thank you for the report. This is now fixed. Fix: https://github.com/rakudo/rakudo/compare/f2fca0c8c2...41bb13722c Test: (unfudged) https://github.com/perl6/roast/commit/39d6cd9cea

[perl #125079] Roast rakudo skip/todo test:./S16-filehandles/io.t line:287 reason: 'Too late to change filehandle encoding'

2017-05-26 Thread Zoffix Znet via RT
Thank you for the report. This is now fixed. Fix: https://github.com/rakudo/rakudo/compare/f2fca0c8c2...41bb13722c Test: (unfudged) https://github.com/perl6/roast/commit/39d6cd9cea

[perl #126598] [IO] With chomping active, we lose a last empty line

2017-05-26 Thread Zoffix Znet via RT
On Mon, 09 Nov 2015 07:14:47 -0800, elizabeth wrote: > $ 6 spurt("bar","\n"); dd open("bar").get > Str $var = Str # should be "" > > $ 6 'spurt("bar","\n"); dd open("bar",:!chomp).get' > Str $var = "\n" > Thank you for the report. This is now fixed. Fix:

Re: [perl #131362] [LTA] Can “Cannot modify an immutable X” error message also include the value? (42 = $x)

2017-05-26 Thread Elizabeth Mattijsen
Fixed with https://github.com/rakudo/rakudo/commit/25d0430ab0 , tests needed. > On 25 May 2017, at 14:48, Aleks-Daniel Jakimenko-Aleksejev (via RT) > wrote: > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the string: [perl