[perl #125324] [BUG] `is default` doesn't do the right thing on a bunch of my-declared variables in parentheses in Rakudo

2015-06-03 Thread Carl Mäsak
# 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

[perl6/specs] 77a078: Add blorst lemma

2015-06-03 Thread GitHub
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

[perl6/specs] 0b3d1f: Add blorst lemma (in right branch this time)

2015-06-03 Thread GitHub
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:

Re: [perl #125312] 'start' is a sub in Rakudo; design docs suggest it should be a statement prefix

2015-06-03 Thread Elizabeth Mattijsen
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 >

Re: [perl #125317] [BUG] sign(NaN) is 1, not NaN, in Rakudo

2015-06-03 Thread Elizabeth Mattijsen
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

Re: [perl #125319] localization bug in Test module

2015-06-03 Thread Elizabeth Mattijsen
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

Re: [perl #125317] [BUG] sign(NaN) is 1, not NaN, in Rakudo

2015-06-03 Thread Elizabeth Mattijsen
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?

[perl #125319] localization bug in Test module

2015-06-03 Thread via RT
# 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

[perl #125317] [BUG] sign(NaN) is 1, not NaN, in Rakudo

2015-06-03 Thread Carl Mäsak
# 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