[perl #75710] [BUG] Whitespace trouble involving a sub whose name begins with 'x' in Rakudo

2010-06-14 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #75710] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=75710 > okay, someone review what I'm doing and please tell me I'm missing something obvious...

[perl #75718] [BUG] Null PMC access when smartmatching on a subtype of Hash in Rakudo

2010-06-14 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #75718] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=75718 > rakudo: subset A of Hash; sub foo(A $x) {}; foo {} rakudo bdbdfb: OUTPUT«Null PMC acce

[perl #75714] [BUG] trans() not working

2010-06-14 Thread via RT
# New Ticket Created by Tadeusz Sośnierz # Please include the string: [perl #75714] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=75714 > Looks like "string".trans doesn't work as expected. I'm using the latest rakudo rela

Re: [perl #75714] [BUG] trans() not working

2010-06-14 Thread Moritz Lenz
Tadeusz SoXXnierz (via RT) wrote: > # New Ticket Created by Tadeusz Sośnierz > # Please include the string: [perl #75714] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=75714 > > > > Looks like "string".trans doesn't wo

Re: "Using Perl 6": patch to build the book in either A4 or letter paper sizes

2010-06-14 Thread Moritz Lenz
Thanks Luc, both of your patches are looking pretty nice, but I currently have trouble managing them. Might I ask you to push them directly to a github branch? Just tell me your github user ID, and I can give you commit access. Also there's currently a tweak-latex branch on github, which you're v

Re: Severe performance loss, comparing with perl 5

2010-06-14 Thread Bruce Keeler
On 6/12/2010 11:03 PM, Xi Yang wrote: I'm trying to use use Perl 6 to process some nucleotide sequences. However, I found it strangely slow on substr or string concat operations, compared with its Perl 5 equivalent. Part of this is that perl6 reads files in utf8 by default, and operation

Re: [perl #75668] [BUG] whitespace before ^ in rule

2010-06-14 Thread Bruce Keeler
I think whitespace before a leading/trailing ^/$ needs to be discounted. Dwimmery and elegance demand. +1

Re: [perl #75706] [PATCH] Pass False to MAIN for negated argument --/bool, not True does False

2010-06-14 Thread Ira Byerly
Moritz, Thank you very much. - Ira On Sun, Jun 13, 2010 at 7:31 AM, Moritz Lenz via RT < perl6-bugs-follo...@perl.org> wrote: > Hi, > > thanks for your patch, I've applied it as > bdbdfb2a27514595147664dbc8744882f51c609e and added some test to > t/spec/S06-other/main-usage.t > > Cheers, > Morit

Re: "Using Perl 6": patch to build the book in either A4 or letter paper sizes

2010-06-14 Thread Luc St-Louis
On Mon, Jun 14, 2010 at 08:36:32PM +0200, Moritz Lenz wrote: > Thanks Luc, > > both of your patches are looking pretty nice, but I currently have > trouble managing them. Might I ask you to push them directly to a github > branch? Just tell me your github user ID, and I can give you commit access.

Re: "Using Perl 6": patch to build the book in either A4 or letter paper sizes

2010-06-14 Thread Bruce Gray
On Jun 14, 2010, at 1:36 PM, Moritz Lenz wrote: --snip-- currently even in verbatim code, quotes are converted to "fancy" left/right code, which breaks copy&pasting code (and is simply wrong even in the print version). Does anybody happen to know how to suppress that, and emit simple ASCII quot