# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #125324]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125324 >
m: my $b is default(42); say $b
rakudo-moar c2a57e: OUTPUT«42»
m: my ($a, $b, $c) is
Branch: refs/heads/newio
Home: https://github.com/perl6/specs
Commit: 77a0785a9373cd32cf9223f4ee5a4c9343410473
https://github.com/perl6/specs/commit/77a0785a9373cd32cf9223f4ee5a4c9343410473
Author: Elizabeth Mattijsen
Date: 2015-06-03 (Wed, 03 Jun 2015)
Changed paths:
M
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 0b3d1f42b74bdb065d637bb946b7876372bebd5b
https://github.com/perl6/specs/commit/0b3d1f42b74bdb065d637bb946b7876372bebd5b
Author: Elizabeth Mattijsen
Date: 2015-06-03 (Wed, 03 Jun 2015)
Changed paths:
Fixed by 211d7a1a1e034876f53e
> On 02 Jun 2015, at 14:53, Sam S. (via RT)
> wrote:
>
> # New Ticket Created by Sam S.
> # Please include the string: [perl #125312]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=125312 >
Correction, fixed with d5d93adcc30ea0856637
> On 03 Jun 2015, at 09:09, Carl Mäsak (via RT)
> wrote:
>
> # New Ticket Created by "Carl Mäsak"
> # Please include the string: [perl #125317]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/D
Fixed with 0f627ce947bfc8caba92
> On 03 Jun 2015, at 12:07, (via RT) wrote:
>
> # New Ticket Created by
> # Please include the string: [perl #125319]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?id=125319 >
>
>
> --cut
Fixed with 0f627ce947bfc8caba92
> On 03 Jun 2015, at 09:09, Carl Mäsak (via RT)
> wrote:
>
> # New Ticket Created by "Carl Mäsak"
> # Please include the string: [perl #125317]
> # in the subject line of all future correspondence about this issue.
> # https://rt.perl.org/Ticket/Display.html?
# New Ticket Created by
# Please include the string: [perl #125319]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125319 >
--cut here--
use Test;
plan 1;
ok 1;
ok 2;
--cut here--
The problem is that '1 tests' should be '1 t
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #125317]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125317 >
m: say sign NaN
rakudo-moar c2a57e: OUTPUT«1»
* masak submits rakudobug
things you fi