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"
>
# 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
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?
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"
>
> 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,
> 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,
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
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
# 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.
# 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:
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)
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)
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.
>
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.
>
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
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
# 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
# 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 '
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
./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
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
./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
22 matches
Mail list logo