[perl #127071] [BUG] Matching a regex in a scalar returns Bool instead of Match

2016-10-26 Thread Brent Laabs via RT
On the original bug, bisectable suggests f457007181bb might have caused this ("allow ~~ to chain where practical") 01:32 labster viki: Thanks for asking, anyway, about Lingua::Number. For bonus points, you can fix the bug: https://rt.perl.org/Ticket/Display.html?id=127071 01:33

[perl #129921] [BUG] compile time error triggers internal warning

2016-10-26 Thread jn...@jnthn.net via RT
On Wed Oct 19 14:18:03 2016, FROGGS.de wrote: > $ perl6 -e 'my $!a' > 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. >in any throw at src/Perl6/World.nqp line 4037 > ===SORRY!=== Error whi

[perl #129968] [OO] Augmenting class with inner class fails

2016-10-26 Thread jn...@jnthn.net via RT
On Wed Oct 26 03:29:14 2016, elizabeth wrote: > m: class A { class B {} }; use MONKEY; augment class A > { class B { } } # buglet ? >rakudo-moar 4829f1: OUTPUT«===SORRY!===␤Could not > locate compile-time value for symbol B␤» > or at least LTA error ? > No idea what it th

Re: [perl #129969] [BUG] .comb no longer works well with <( )> in Rakudo

2016-10-26 Thread Elizabeth Mattijsen
Fixed with ae85bac528be5fc6a1 , tests needed > On 26 Oct 2016, at 16:32, Carl Mäsak (via RT) > wrote: > > # New Ticket Created by "Carl Mäsak" > # Please include the string: [perl #129969] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/

[perl #129969] [BUG] .comb no longer works well with <( )> in Rakudo

2016-10-26 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #129969] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129969 > m: say "abc def abc".comb(/a<(bc)>/) rakudo-moar 23faf6: OUTPUT«(abc abc)␤» I expected

[perl #122447] Cannot precompile sub with params returning a proxy

2016-10-26 Thread Will Coleda via RT
On Tue Oct 07 11:21:19 2014, david.warring wrote: > I just tried that on perl6 version 2014.09-161-gc24537e. Seems to now > work on all backends without errors. > > Tests have been added to S10-packages/precompilation.t Can we close the ticket, then? -- Will "Coke" Coleda

[perl #129968] Augmenting class with inner class fails

2016-10-26 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #129968] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129968 > m: class A { class B {} }; use MONKEY; augment class A { class B { } }

Re: [perl #129946] [BUG][SEGV] Segfault in GC

2016-10-26 Thread Lloyd Fournier
Looks like you've hit another one like: https://rt.perl.org/Public/Bug/Display.html?id=128553 https://github.com/MoarVM/MoarVM/issues/412 On Mon, Oct 24, 2016 at 12:31 AM via RT wrote: > # New Ticket Created by > # Please include the string: [perl #129946] > # in the subject line of all future