[perl #130201] Test

2016-11-28 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130201] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130201 > Test

Building Rakudo 2016-11 in bash on Win10 - worked!

2016-11-28 Thread Andy Bach
tl;dr; - it worked, after a little fiddling w/ execstack on libmoar.so (remove executable stack flag). Just got the bash/linux extensions beta installed on win10 and so I tried rakudo using: $ sudo perl Configure.pl --gen-moar --prefix /mnt/opt/rakudo-star-2016.11 didn't think it would work but

[perl #130205] [BUG] Weird parsing of q:w with matching delimiters when same delimiters appear inside

2016-11-28 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130205] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130205 > It seems that when q:w is used with a pair of open-close delimiters AND those delimiters

[perl #130200]

2016-11-28 Thread via RT
# New Ticket Created by Denis Alexandrov # Please include the string: [perl #130200] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130200 > Version: Rakudo version 2016.11 built on MoarVM version 2016.11 implementing Perl 6.

[perl #130207] [BUG] directory "/downloads/rakudo" needs a "latest" entry to ease automating installation procedures

2016-11-28 Thread via RT
# New Ticket Created by Tom Browder # Please include the string: [perl #130207] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130207 >

[perl #130208] Multi-line comments before role causes punning

2016-11-28 Thread via RT
# New Ticket Created by Mark Rushing # Please include the string: [perl #130208] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130208 > Multi-line comments in the form of #|{ } cause punning when before role definition. How