[perl #123766] [META] Tickets blocking the 2015 release of Perl 6

2015-02-08 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #123766] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123766 > This meta-ticket will be used to collect tickets blocking the release of Perl 6 in 2015.

[perl #119643] [BUG] Null PMC access when composing a stubbed role into a class in Rakudo

2015-02-08 Thread Christian Bartolomaeus via RT
This dies now with a typed exception X::Role::Parametric::NoSuchCandidate and a descriptive error message (IMHO): $ perl6 -e 'my role Foo { ... }; class A does Foo {}' ===SORRY!=== No appropriate parametric role variant available for 'Foo' I added a test to S14-roles/stubs.t with commit https:/

Re: [perl #123758] panda doesn't cope well when projects.json isn't a JSON document

2015-02-08 Thread Steve Mynott via RT
This error message (seen with Virgin UK) was fixed yesterday so I assume if Paul was seeing this today he was using an old version -- maybe the one in Star. The behaviour I saw was a zero length projects.json. On 8 February 2015 at 14:04, Moritz Lenz via RT wrote: > On Sun Feb 08 04:58:14 2015,

RE: [perl #123758] panda doesn't cope well when projects.json isn't a JSON document

2015-02-08 Thread paul.marqu...@ntlworld.com via RT
I was using 2015.01 star, and, yes, Virgin UK is the ISP. The URL ( http://ecosystem-api.p6c.org/projects.json ) returns a 200 + HTML content. The ISP form to get it unblocked says "2-3 weeks for a resolution". Ugh! cheers Paul -Original Message- From: Steve Mynott [mailto:steve.myn...

Re: [perl #123758] panda doesn't cope well when projects.json isn't a JSON document

2015-02-08 Thread Steve Mynott
This error message (seen with Virgin UK) was fixed yesterday so I assume if Paul was seeing this today he was using an old version -- maybe the one in Star. The behaviour I saw was a zero length projects.json. On 8 February 2015 at 14:04, Moritz Lenz via RT wrote: > On Sun Feb 08 04:58:14 2015,

[perl6/specs] 3b5f3b: Readlink is not used often, so de-hufmannize

2015-02-08 Thread GitHub
Branch: refs/heads/newio Home: https://github.com/perl6/specs Commit: 3b5f3b8b1df2c0402221d455a11e4f6de2bc78de https://github.com/perl6/specs/commit/3b5f3b8b1df2c0402221d455a11e4f6de2bc78de Author: Elizabeth Mattijsen Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M

[perl #123757] [BUG] positional attributes initialized via .new are assigned as a list (with flattening) instead of bound

2015-02-08 Thread via RT
# New Ticket Created by # Please include the string: [perl #123757] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123757 > Relevant snippets starting at http://irclog.perlgeek.de/perl6/2015-02-08#i_1007 : Irrelevant dis

RE: [perl #123758] panda doesn't cope well when projects.json isn't a JSON document

2015-02-08 Thread Paul Marquess
I was using 2015.01 star, and, yes, Virgin UK is the ISP. The URL ( http://ecosystem-api.p6c.org/projects.json ) returns a 200 + HTML content. The ISP form to get it unblocked says "2-3 weeks for a resolution". Ugh! cheers Paul -Original Message- From: Steve Mynott [mailto:steve.myn...

[perl #123760] [NYI] allow constant string argument in .comb in Rakudo

2015-02-08 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #123760] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123760 > m: say "foo".comb(/o/) rakudo-moar d9f58f: OUTPUT«o o␤» m: say "foo".comb('o') rakudo

[perl #123758] panda doesn't cope well when projects.json isn't a JSON document

2015-02-08 Thread Moritz Lenz via RT
On Sun Feb 08 04:58:14 2015, pmqs wrote: > My ISP is currently blocking access to http://ecosystem- > api.p6c.org/projects.json & returning a HTML document instead, with at > 200 OK. > > This makes panda blow up. FWIW panda bugs are better reported at https://github.com/tadzik/panda/issues > $ p

[perl #123758] panda doesn't cope well when projects.json isn't a JSON document

2015-02-08 Thread via RT
# New Ticket Created by Paul Marquess # Please include the string: [perl #123758] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123758 > My ISP is currently blocking access to http://ecosystem-api.p6c.org/projects.json & ret