[perl #127980] Smartmatching $item ~~ list does not DWIM (4 ~~ (4,5,6,7))

2016-04-24 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #127980] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127980 > Code: say 4 ~~ (4,5,6,7) Result: False Most people expect that it will check if the l

Re: [perl #127977] AutoReply: [BUG] Constraint on a slurpy MAIN parameter leaks out internal exceptions

2016-04-24 Thread Tadeusz Sośnierz
https://github.com/rakudo/rakudo/tree/rt-127977 contains a fix for that On 24/04/16 12:28, perl6 via RT wrote: Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: "[BUG] Constraint on a slurpy MAIN parameter leaks out inter

[perl #126823] [MoarVM] Failing test in S32-array/adverbs.t and S32-hash/adverbs.t: Code does not die as expected with 'use '

2016-04-24 Thread Christian Bartolomaeus via RT
On Sun Apr 24 02:45:35 2016, barto...@gmx.de wrote: > Alas, the tests in S32-hash/adverbs.t and S32-array/adverbs.t still do > not pass. Will try to find a new/better golf. Not as short as I hoped (it needs Test.pm6), but this is what currently fails in S32-hash/adverbs.t: $ perl6-m -Ilib -e 'us

[perl #127916] [BUG] Inaccurate assignment to $!shortname in cases where a mixin happens during BUILD time.

2016-04-24 Thread Pepe Schwarz via RT
On Wed Apr 20 02:54:29 2016, jn...@jnthn.net wrote: > On Sun Apr 17 16:34:02 2016, pesc...@gmail.com wrote: > > Consider the following snippet: > > > > 23:28 < psch> m: role Bar::Foo { }; class A { submethod BUILD { self > > does Bar::Foo } }; A.new.WHAT.say > > 23:28 <+camelia> rakudo-moar 617bb4:

[perl #127977] [BUG] Constraint on a slurpy MAIN parameter leaks out internal exceptions

2016-04-24 Thread via RT
# New Ticket Created by Tadeusz Sośnierz # Please include the string: [perl #127977] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127977 > $ cat test.pl sub MAIN(@args where sub { False }) { say ":)" } $ perl6 test.pl

[perl #126823] [MoarVM] Failing test in S32-array/adverbs.t and S32-hash/adverbs.t: Code does not die as expected with 'use '

2016-04-24 Thread Christian Bartolomaeus via RT
My golfed test cases do no longer fail. $ for run in {1..10}; do (echo '#' > Bar.pm6; ./perl6-m -I. -e 'use Bar; my %h = b => 2; say %h:zorp' 2>&1; ./perl6-m -I. -e 'use Bar; my %h = b => 2; say %h:zorp' 2>&1) | grep -c 'Unexpected named parameter'; done 2 2 2 2 2 2 2 2 2 2 Alas, the tests in S