[perl6/specs] dbb3f6: Need a tiny bit more padding to fit the image in

2015-05-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: dbb3f629ef2c8bd80652789913cce4e2a13d06dc https://github.com/perl6/specs/commit/dbb3f629ef2c8bd80652789913cce4e2a13d06dc Author: Anthony Parsons Date: 2015-05-31 (Sun, 31 May 2015) Changed paths: M ht

[perl6/specs] 8bc51e: Make "Read more" button work as intended

2015-05-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 8bc51eaa2c00a0add1fd36cf11de2c6bb380dc28 https://github.com/perl6/specs/commit/8bc51eaa2c00a0add1fd36cf11de2c6bb380dc28 Author: Anthony Parsons Date: 2015-05-31 (Sun, 31 May 2015) Changed paths: M ht

[perl6/specs] 5c624d: We don't *really* need an explicit font size

2015-05-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 5c624d1d02d10444246b20e3d93261ab29b1dbe5 https://github.com/perl6/specs/commit/5c624d1d02d10444246b20e3d93261ab29b1dbe5 Author: Anthony Parsons Date: 2015-05-31 (Sun, 31 May 2015) Changed paths: M ht

[perl6/specs] 92fb08: Shuffle colours around for accessibility

2015-05-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 92fb08df8736d2e89e1261acee6560942e7863dd https://github.com/perl6/specs/commit/92fb08df8736d2e89e1261acee6560942e7863dd Author: Anthony Parsons Date: 2015-05-31 (Sun, 31 May 2015) Changed paths: M ht

[perl6/specs] aac6f7: Give the index page a facelift

2015-05-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: aac6f724f6f8582ff52188e102078480b904c243 https://github.com/perl6/specs/commit/aac6f724f6f8582ff52188e102078480b904c243 Author: Anthony Parsons Date: 2015-05-31 (Sun, 31 May 2015) Changed paths: M ht

[perl6/specs] d04dd7: Add HTML5 hack for IE <= 8 to display correctly

2015-05-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d04dd725d3c4a9f737ad420a565f69001f82ddfb https://github.com/perl6/specs/commit/d04dd725d3c4a9f737ad420a565f69001f82ddfb Author: Anthony Parsons Date: 2015-05-31 (Sun, 31 May 2015) Changed paths: M ht

Re: [perl #125292] [BUG] Array of Pairs .perl cannot .EVAL

2015-05-31 Thread Elizabeth Mattijsen
This was fixed earlier today by masak++ with 37e2c9c0cc6160aae8 . The problem was really that: [:a] was being interpreted like a reduce meta operator like in: [+] 1,2,3,4 The [:a] representation is used by .perl on a Pair. Liz > On 30 May 2015, at 19:07, hanenkamp (

[perl6/specs] 9c0d37: Import index.html from mu:docs/feather/syn_index.h...

2015-05-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 9c0d37fe9e035948532172d6c9b718c02af44fe7 https://github.com/perl6/specs/commit/9c0d37fe9e035948532172d6c9b718c02af44fe7 Author: Moritz Lenz Date: 2015-05-31 (Sun, 31 May 2015) Changed paths: A index.

[perl6/specs] 19928e: index.html: get rid of a column

2015-05-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 19928e38dc29fe8f8b9c9a17e45abc4ad9d04bf9 https://github.com/perl6/specs/commit/19928e38dc29fe8f8b9c9a17e45abc4ad9d04bf9 Author: Moritz Lenz Date: 2015-05-31 (Sun, 31 May 2015) Changed paths: M html/i

[perl6/specs] d736df: index.html cleanup

2015-05-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d736df3dfd575521da0f006062eef3d21ffb1211 https://github.com/perl6/specs/commit/d736df3dfd575521da0f006062eef3d21ffb1211 Author: Moritz Lenz Date: 2015-05-31 (Sun, 31 May 2015) Changed paths: M html/i

[perl6/specs] df6900: Add a file which contains meta information about t...

2015-05-31 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: df6900d00cf195a4e1a56f8f012cf0823baccef9 https://github.com/perl6/specs/commit/df6900d00cf195a4e1a56f8f012cf0823baccef9 Author: Moritz Lenz Date: 2015-05-31 (Sun, 31 May 2015) Changed paths: A pod6-f

[perl #125292] [BUG] Array of Pairs .perl cannot .EVAL

2015-05-31 Thread via RT
# New Ticket Created by hanenkamp # Please include the string: [perl #125292] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125292 > This explodes: % perl6 -e "[a => 1].perl.EVAL" Type check failed in binding op; expected 'A

Re: [perl #125247] Unclosed multiline comments - bad error message

2015-05-31 Thread Alex Jakimenko
Yeah! It says this now: ===SORRY!=== Error while compiling ./test.pl Couldn't find terminator ) (corresponding ( was at line 7) at ./test.pl:10 --> ⏏ expecting any of: ) This can be closed. On Fri, May 29, 2015 at 5:19 PM, Rob Hoelz via RT < perl6-bugs-follo...@perl.org> wrote:

[perl #125285] Capturing separator (like /something % (.+?)/ ) spews out backtracking

2015-05-31 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #125285] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125285 > This command: perl6 -e "say 'rule1 foo rule2 bar' ~~ /^ ( 'rule1' || 'rule2' )* %% (.+?

[perl #125289] [BUG] Array with pair written with the value implicitly True, [:a], won't evaluate (or .perl) properly in Rakudo

2015-05-31 Thread Carl Mäsak via RT
Fixed (37e2c9), spectested (c2effba). Resolving ticket.