[perl #128801] Perl 6 docs don't mention pragmas in a doc search

2016-08-01 Thread via RT
# New Ticket Created by Tom Browder # Please include the string: [perl #128801] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128801 > This transaction appears to have no content

[perl #128802] [BUG] Spurious useless use warning in for (@a xx 1) { }

2016-08-01 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128802] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128802 > m: my @a = 1; for (@a xx 1) { } rakudo-moar 4ee104: OUTPUT«WARNINGS for :␤Useless use of

[perl #128803] [BUG] Runtime errors marked as compile time

2016-08-01 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128803] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128803 > Some errors have a '===SORRY!===' in the output, even though they are runtime errors: $

[perl #128804] [LTA] error message talks about 2/-1 fractional chars (:35)

2016-08-01 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #128804] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128804 > Code: say :35 Result: ===SORRY!=== Error while compiling -e Couldn't

Re: Questions on using other "modules" in nqp

2016-08-01 Thread Patrick R. Michaud
My short answer would be that there's not a shortcut way in NQP to avoid the fully-qualified sub names. I'm doubtful that we want to duplicate Perl 6's import mechanism into NQP. Pm On Fri, Jul 22, 2016 at 07:48:55AM -0500, Tom Browder wrote: > ping > > On Thu, Jul 7, 2016 at 7:49 AM, Tom Browd

Re: Questions on using other "modules" in nqp

2016-08-01 Thread Tom Browder
On Mon, Aug 1, 2016 at 3:05 PM, Patrick R. Michaud wrote: > My short answer would be that there's not a shortcut way in NQP > to avoid the fully-qualified sub names. I'm doubtful that we want > to duplicate Perl 6's import mechanism into NQP. That's all I need to know. Thanks, Patrick! -Tom

[perl #128806] [BUG] .hash on [Bag|Mix][Hash]? types stringifies keys

2016-08-01 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128806] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128806 > As reported in RT#127402, Set.hash stringified keys. That problem has since been fixed, h

[perl #128809] [BUG] async related data issue

2016-08-01 Thread via RT
# New Ticket Created by Justin DeVuyst # Please include the string: [perl #128809] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128809 > [jdv@wieldy ~]$ cat test_n_threads.p6 use v6; await map { start { my $foo = "barb

[perl #128810] Leading multi-line declarator block on role breaks stubs in composition

2016-08-01 Thread via RT
# New Ticket Created by Faye # Please include the string: [perl #128810] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128810 > m: #|(abc) role A { method foo { ... } }; class B does A { method foo { "OK" } }; say B.foo ra

[perl #128811] non-associatives are somehow getting treated as list associatives

2016-08-01 Thread via RT
# New Ticket Created by Aaron Sherman # Please include the string: [perl #128811] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128811 > >From tonight's IRC: [01:01] I'm not sure how to read this error: Only identical opera