# New Ticket Created by "Dave Whipp"
# Please include the string: [perl #61988]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61988 >
rakudo: class A { method foo { say @_ }; method bar {
$.foo(42) } }; A.bar
raku
publiustemp-perl6interna...@yahoo.com (via RT) wrote:
For r35004:
subset Even of Int where { not $_ % 2 };
my Even $num = 2;
say $num;
say $num.WHAT;
Output:
2
Int
I'm expecting:
2
Even
I think the current behaviour is correct (or at least, implemented to
match my und
# New Ticket Created by publiustemp-perl6interna...@yahoo.com
# Please include the string: [perl #61990]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61990 >
For r35004:
subset Even of Int where { not $_ % 2 };
my Ev
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #61982]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61982 >
Rakudo r34428
sub example ($x is rw) {
$x = 3;
my @a;
@a.push($x);
$x =
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #61978]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61978 >
Rakudo r34428:
./perl6 -e '1.does(Int)'
Method 'does' not found for invocant of class 'I
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #61980]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61980 >
Rakudo r34428:
$ echo 'say <1 2> »+« <1 1>' > test.t
$ ./perl6 test.t
23
$ ./perl6 -e 's
Carl MXXsak (via RT) wrote:
> # New Ticket Created by "Carl Mäsak"
> # Please include the string: [perl #61840]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=61840 >
>
>
> Rakudo r34628 doesn't support the assignment m
Carl MXXsak (via RT) wrote:
> # New Ticket Created by "Carl Mäsak"
> # Please include the string: [perl #61838]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=61838 >
>
>
> Rakudo r34628:
>
> $ perl6 -e 'my $a = $b'
>
Carl MXXsak (via RT) wrote:
> # New Ticket Created by "Carl Mäsak"
> # Please include the string: [perl #61836]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=61836 >
>
>
> Rakudo r34628:
>
> $ perl6 -e 'undef min 2'
>
Kyle Hasselbacher (via RT) wrote:
> # New Ticket Created by "Kyle Hasselbacher"
> # Please include the string: [perl #61920]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=61920 >
>
>
> I didn't see division in with the
Patrick R. Michaud wrote:
> On Fri, Jan 02, 2009 at 01:52:45PM -0800, Todd Hepler wrote:
>> I think this is a bug, but I'm not sure.
>>
>> (undef === undef) currently evaluates to false. Seem like it should be
>> true.
>>
>> I couldn't find a test for it, so below is a patch to add one.
>
> Be
11 matches
Mail list logo