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

2017-06-01 Thread Sverre Eldøy
Hi! Sorry for the late reply. I just tried it on 2017.04 ... and the problem is still there.. So please reopen > On 29 May 2017, at 20:53, Will Coleda via RT > wrote: > > According to our records, your request regarding > "concurrent quicksort from Damien gives different crashes each time" >

[perl #131412] [BUG] Label.goto() not yet implemented

2017-06-01 Thread via RT
# New Ticket Created by Kais Ben Salah # Please include the string: [perl #131412] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131412 > Hello, perl6 is showing "Label.goto() not yet implemented. Sorry.". Further informati

Re: [perl #131398] Feature Request: trait for unimplemented subs/methods

2017-06-01 Thread Parrot Raiser via RT
That is so easy for a programmer to implement; I have an "nyi" subroutine/function in the my skeleton scripts for both Perl 5 and Bash. Is it worth cluttering the language?

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

2017-06-01 Thread Sverre Eldøy via RT
Hi! Sorry for the late reply. I just tried it on 2017.04 ... and the problem is still there.. So please reopen > On 29 May 2017, at 20:53, Will Coleda via RT > wrote: > > According to our records, your request regarding > "concurrent quicksort from Damien gives different crashes each time" >

Re: [perl #131412] [BUG] Label.goto() not yet implemented

2017-06-01 Thread Elizabeth Mattijsen via RT
> On 31 May 2017, at 19:53, Kais Ben Salah (via RT) > wrote: > > # New Ticket Created by Kais Ben Salah > # Please include the string: [perl #131412] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=131412 > > > > Hello,

Re: [perl #131412] [BUG] Label.goto() not yet implemented

2017-06-01 Thread Elizabeth Mattijsen
> On 31 May 2017, at 19:53, Kais Ben Salah (via RT) > wrote: > > # New Ticket Created by Kais Ben Salah > # Please include the string: [perl #131412] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=131412 > > > > Hello,

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

2017-06-01 Thread Elizabeth Mattijsen
Could you please retry on 2017.05? I cannot reproduce the problem, even after 1000 runs. > On 30 May 2017, at 17:25, Sverre Eldøy wrote: > > Hi! Sorry for the late reply. I just tried it on 2017.04 ... and the problem > is still there.. So please reopen > > >> On 29 May 2017, at 20:53, Will

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

2017-06-01 Thread Elizabeth Mattijsen via RT
Could you please retry on 2017.05? I cannot reproduce the problem, even after 1000 runs. > On 30 May 2017, at 17:25, Sverre Eldøy wrote: > > Hi! Sorry for the late reply. I just tried it on 2017.04 ... and the problem > is still there.. So please reopen > > >> On 29 May 2017, at 20:53, Will

[perl #131476] list named argument in MAIN

2017-06-01 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #131476] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131476 > Hi I had some discussion on the perl6 users list involving the use of a List named argument.

[perl #131477] [BUG] hyperoperator on an undefined typed array hangs

2017-06-01 Thread via RT
# New Ticket Created by Curt Tilmes # Please include the string: [perl #131477] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131477 > m: my Array[Int] $x; say $x>>.Str; rakudo-moar 92c187: OUTPUT: «(timeout)» bisectable6:

[perl #131477] [BUG] hyperoperator on an undefined typed array hangs

2017-06-01 Thread Zoffix Znet via RT
On Thu, 01 Jun 2017 12:18:31 -0700, c...@tilmes.org wrote: > m: my Array[Int] $x; say $x>>.Str; > rakudo-moar 92c187: OUTPUT: «(timeout)» > bisectable6: my Array[Int] $x; say $x>>.Str; > timotimo, On both starting points (old=2015.12 new=92c187d) > the exit code is 0, exit signal is 1 (SIGHUP)

[perl #131477] [BUG] hyperoperator on an undefined typed array hangs

2017-06-01 Thread Zoffix Znet via RT
On Thu, 01 Jun 2017 12:18:31 -0700, c...@tilmes.org wrote: > m: my Array[Int] $x; say $x>>.Str; > rakudo-moar 92c187: OUTPUT: «(timeout)» > bisectable6: my Array[Int] $x; say $x>>.Str; > timotimo, On both starting points (old=2015.12 new=92c187d) > the exit code is 0, exit signal is 1 (SIGHUP)

[perl #131201] [LTA] error message when proto has no implementation (class A { proto method x { * }; })

2017-06-01 Thread Zoffix Znet via RT
On Mon, 24 Apr 2017 04:32:33 -0700, alex.jakime...@gmail.com wrote: > Code: > class A { > proto method x { * }; > }; > A.x > > > Result: > Use of uninitialized value of type Any in string context. > Methods .^name, .perl, .gist, or .say can be used to stringify it to > something meaningful. >

[perl #131201] [LTA] error message when proto has no implementation (class A { proto method x { * }; })

2017-06-01 Thread Zoffix Znet via RT
On Mon, 24 Apr 2017 04:32:33 -0700, alex.jakime...@gmail.com wrote: > Code: > class A { > proto method x { * }; > }; > A.x > > > Result: > Use of uninitialized value of type Any in string context. > Methods .^name, .perl, .gist, or .say can be used to stringify it to > something meaningful. >

[perl #131367] [LTA] .splice and .split methods candidate error

2017-06-01 Thread Zoffix Znet via RT
On Thu, 25 May 2017 09:51:53 -0700, c...@zoffix.com wrote: > Something's fishy going on with .splice. It feels like a multi without > any candidates. > > I vaguely recall a commit going in adding splice proto to Mu, so > perhaps that's the cause. > > The error gives uninitialized string warning a

[perl #131367] [LTA] .splice and .split methods candidate error

2017-06-01 Thread Zoffix Znet via RT
On Thu, 25 May 2017 09:51:53 -0700, c...@zoffix.com wrote: > Something's fishy going on with .splice. It feels like a multi without > any candidates. > > I vaguely recall a commit going in adding splice proto to Mu, so > perhaps that's the cause. > > The error gives uninitialized string warning a

[perl #131478] Warning about $. when using metamethod

2017-06-01 Thread via RT
# New Ticket Created by Juerd Waalboer # Please include the string: [perl #131478] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131478 > code: class Command { method Str { "<$.^name>" } } # or even just: class C

[perl #131479] [ASYNC] Proc::Async.kill doesn't seem to work when more than 1 proc is involved

2017-06-01 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131479] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131479 > This appears to hang more often than not, despite printing "Killing" messages. perl6 -e '

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

2017-06-01 Thread Sverre Eldøy
And three more tries: ./quicksort_concurrent.p6 ;./quicksort_concurrent.p6 ;./quicksort_concurrent.p6 input = 3 1 4 1 5 9 2 6 Segmentation fault: 11 input = 3 1 4 1 5 9 2 6 Tried to get the result of a broken Promise in block at ./quicksort_concurrent.p6 line 17 Original exception: Cannot

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

2017-06-01 Thread Sverre Eldøy
./quicksort_concurrent.p6 ;./quicksort_concurrent.p6 ;./quicksort_concurrent.p6 ; perl6 -v input = 3 1 4 1 5 9 2 6 Tried to get the result of a broken Promise in block at ./quicksort_concurrent.p6 line 17 Original exception: Cannot resolve caller infix:(Mu, Int); none of these signatures

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

2017-06-01 Thread Sverre Eldøy via RT
And three more tries: ./quicksort_concurrent.p6 ;./quicksort_concurrent.p6 ;./quicksort_concurrent.p6 input = 3 1 4 1 5 9 2 6 Segmentation fault: 11 input = 3 1 4 1 5 9 2 6 Tried to get the result of a broken Promise in block at ./quicksort_concurrent.p6 line 17 Original exception: Cannot

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

2017-06-01 Thread Sverre Eldøy via RT
./quicksort_concurrent.p6 ;./quicksort_concurrent.p6 ;./quicksort_concurrent.p6 ; perl6 -v input = 3 1 4 1 5 9 2 6 Tried to get the result of a broken Promise in block at ./quicksort_concurrent.p6 line 17 Original exception: Cannot resolve caller infix:(Mu, Int); none of these signatures