Perl 6 pod-handling code seems widely scattered

2016-04-25 Thread Tom Browder
I would like to hack on the pod handling code (particularly the HTML generation) but it seems to be quite scattered around github. Is < github.com/perl6/Pod::To::HTML> the definitive repo location for that chunk? As an aside, it looks like some non-current repos are in the perl6 account and, if t

[perl #127987] Block.assuming method apparently not reentrant

2016-04-25 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #127987] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127987 > The following works fine: for (^100).race(batch=>1) { {1 + $^a}(10) } But the following

Re: Perl 6 pod-handling code seems widely scattered

2016-04-25 Thread Tadeusz Sośnierz
On 25/04/16 14:13, Tom Browder wrote: I would like to hack on the pod handling code (particularly the HTML generation) but it seems to be quite scattered around github. Is > the definitive repo location for that chunk? Yes, that's the module that turns Po

Re: Perl 6 pod-handling code seems widely scattered

2016-04-25 Thread Tom Browder
On Monday, April 25, 2016, Tadeusz Sośnierz wrote: > On 25/04/16 14:13, Tom Browder wrote: > ... > Is the definitive repo location for that > chunk? > Yes, that's the module that turns Pod AST into HTML. That's what you're > looking for :) > Thanks. -Tom

[perl #127988] [BUG] Lack of space after != operator changes behaviour

2016-04-25 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127988] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127988 > If the programmer omits the space after the != (not equal, numeral) operator, the behavi

[perl #127988] [BUG] Lack of space after != operator changes behaviour

2016-04-25 Thread Pepe Schwarz via RT
On Mon Apr 25 09:20:43 2016, c...@zoffix.com wrote: > > If the programmer omits the space after the != (not equal, numeral) > operator, the behavior of the operator changes to: [assign RHS to LHS, > return !RHS], as can be seen from these examples: > > m: say 0 != 0 > rakudo-moar f05c77: OUTPUT

Announce: Rakudo Star Release 2016.04

2016-04-25 Thread Steve Mynott
# Announce: Rakudo Star Release 2016.04 ## A useful and usable production distribution of Perl 6 On behalf of the Rakudo and Perl 6 development teams, I'm honored to announce the April 2016 release of "Rakudo Star", a useful and usable production distribution of Perl 6. The tarball for the April

perl6-all@perl.org

2016-04-25 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #127992] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127992 > Code: say zip (1,2,3), (False,False), :with(&[==]) Result: (False False) Code: say r