[perl6/specs] 86b688: Clarify wording in splice() description

2012-03-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 86b688a296544a18b65ec5ddc603c483f27a7ecb https://github.com/perl6/specs/commit/86b688a296544a18b65ec5ddc603c483f27a7ecb Author: Geoffrey Broadwell Date: 2012-03-02 (Fri, 02 Mar 2012) Changed paths: M

[perl6/specs] 186ae8: Fix typo

2012-03-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 186ae88c9481042d8285bbf89e0e91749f07f6fa https://github.com/perl6/specs/commit/186ae88c9481042d8285bbf89e0e91749f07f6fa Author: Geoffrey Broadwell Date: 2012-03-02 (Fri, 02 Mar 2012) Changed paths: M

[perl #111498] [BUG] something weird is going on with object hashes and mixed-in objects in Rakudo

2012-03-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #111498] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=111498 > rakudo: my $r1 = role { method foo() { 5 } }; my $r2 = role { method foo() { 7 }

Re: [perl #111492] [BUG] LTA error message when a 'sub foo' declaration is not succeeded by block curlies

2012-03-02 Thread Moritz Lenz
FWIW my commit 6588dd39 is to blame; now trying to find out why... On 03/02/2012 08:09 PM, Carl MXXsak (via RT) wrote: > # New Ticket Created by "Carl Mäsak" > # Please include the string: [perl #111492] > # in the subject line of all future correspondence about this issue. > # https://rt.perl

[perl6/specs] f538b1: default to P5 only when invoked as 'perl'

2012-03-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: f538b17f47340dea687b51477e6c9fe8b20dedee https://github.com/perl6/specs/commit/f538b17f47340dea687b51477e6c9fe8b20dedee Author: Larry Wall Date: 2012-03-02 (Fri, 02 Mar 2012) Changed paths: M S01-ove

[perl #111492] [BUG] LTA error message when a 'sub foo' declaration is not succeeded by block curlies

2012-03-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #111492] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=111492 > std: sub foo; foo() std 9c3ef6d: OUTPUT«===SORRY!===␤Malformed block at /tmp/tJ