[perl6/specs] f0dc10: added NPE and rakudobrew spotted on #perl6. fixed ...

2015-06-04 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs Commit: f0dc104548de20f652fd59886ae114a5179bfd43 https://github.com/perl6/specs/commit/f0dc104548de20f652fd59886ae114a5179bfd43 Author: Stéphane Payrard cognomi...@gmail.com Date: 2015-06-04 (Thu, 04 Jun 2015)

[perl6/specs] a1a774: s/evalfile/EVALFILE/, for consistency with EVAL.

2015-06-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: a1a774570d765ea021432c7f236109aa21c9e93c https://github.com/perl6/specs/commit/a1a774570d765ea021432c7f236109aa21c9e93c Author: Jonathan Worthington jn...@jnthn.net Date: 2015-06-04 (Thu, 04 Jun 2015)

[perl6/specs] c9f4f6: added NPE and rakudobrew spotted on #perl6. fixed ...

2015-06-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: c9f4f633419c0898a7f35ce8e2d95567a890e1e0 https://github.com/perl6/specs/commit/c9f4f633419c0898a7f35ce8e2d95567a890e1e0 Author: Stéphane Payrard cognomi...@gmail.com Date: 2015-06-04 (Thu, 04 Jun 2015)

[perl6/specs] 16eb4e: S17: sub start is deprecated

2015-06-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 16eb4ecdb503d3c57ba414b3e221790aecbbc044 https://github.com/perl6/specs/commit/16eb4ecdb503d3c57ba414b3e221790aecbbc044 Author: Stéphane Payrard cognomi...@gmail.com Date: 2015-06-04 (Thu, 04 Jun 2015)

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

2015-06-04 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. # URL: https://rt.perl.org/Ticket/Display.html?id=125324 masak m: my $b is default(42); say $b camelia rakudo-moar c2a57e: OUTPUT«42␤» masak m: