Re: [perl #127509] Formatting codes in tables

2016-02-11 Thread Lloyd Fournier
Hi Daniel, This is probably a NYI in rakudo's pod parser. Unfortunately the POD implementation is far from complete. LL On Thu, 11 Feb 2016 at 6:09 PM, Daniel Perrett wrote: > # New Ticket Created by Daniel Perrett > # Please include the string: [perl #127509] > # in the subject line of all f

Re: Google Summer of Code and Google Code In

2016-02-11 Thread Tom Browder
On Thursday, February 11, 2016, Bruce Gray wrote: > > On Feb 11, 2016, at 5:19 PM, Tom Browder > wrote: > > Has the Perl 6 organization participated in or are they planning to > > seek participation in Google's student coding programs? > > We have in the past. ... > I have not seen the schedule

Re: Google Summer of Code and Google Code In

2016-02-11 Thread Bruce Gray
On Feb 11, 2016, at 5:19 PM, Tom Browder wrote: > Has the Perl 6 organization participated in or are they planning to > seek participation in Google's student coding programs? We have in the past. For example: https://www.google-melange.com/gsoc/project/details/google/gsoc2013/pmurias/581176076

Google Summer of Code and Google Code In

2016-02-11 Thread Tom Browder
Has the Perl 6 organization participated in or are they planning to seek participation in Google's student coding programs? -Tom

[perl #127520] subclasses of class augmented with role don't match the role

2016-02-11 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #127520] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127520 > use MONKEY-TYPING; role R {}; augment class Str does R {}; say Str ~~ R; # True say I

[perl #127422] Behavior of state vars in variations of `do while` inconsistent

2016-02-11 Thread Brian S. Julin via RT
See also #117975 which might be related.