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

2010-06-12 Thread rir
On Fri, Jun 11, 2010 at 02:16:28PM -0700, Moritz Lenz via RT wrote: > On Thu Jun 10 21:11:42 2010, rir...@comcast.net wrote: > > I think it is a bug that these differ > > rule TOP { ^ } > > rule TOP {^ } > It actually conforms the current spec. Each consecutive run of > whitespace is replaced

Sidebar for the book: another approach.

2010-06-12 Thread Luc St-Louis
Results in this (temporary image): http://lucs.net:/sidebar.png A few notes: - Requires additional LaTeX package 'calc'. - Has some UTF-8 characters in the perl code. - Introduced a main() sub (personal preference -- it bothers me to have floating top level code). - I hope the produced patch

[perl #75650] [PATCH] Add test for loading perl6.pbc as bytecode

2010-06-12 Thread Jonathan "Duke" Leto via RT
I've made a new patch that does not require TAP::Harness 3.x, and uses a Rakudo test with a call to run() to run the Parrot test which loads the bytecode. >From 039c18b01b2c12b95de560c5a26bdc7ac9dd7a32 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 9 Jun 2010 13:44:41 -0700 Subject: [PATCH] A

[perl #75486] Excessive resource use of `make spectest`

2010-06-12 Thread Moritz Lenz via RT
In edf00722595864310f52ab1f4eb757aff323e09f I've set the default number of jobs to 1, and in a63c7e050fef6a648af234ac551e6b0d04db9fe4 I've moved a long-running test to a separate stresstest target.

[perl #75244] [BUG] Rakudo doesn't recognize \e as a valid escape sequence (but STD does)

2010-06-12 Thread jn...@jnthn.net via RT
On Fri May 21 09:26:38 2010, masak wrote: > rakudo: "\e" > rakudo c950de: OUTPUT«Unrecognized backslash sequence: '\e' [...] > std: "\e" > std 30745: OUTPUT«ok 00:01 114m␤» > std: "\g" > std 30745: OUTPUT«===SORRY!===␤Unrecognized > backslash sequence: '\g' [...] FAILED 00:0

[perl #75526] tests available

2010-06-12 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S03-operators/range-basic.t commit ac7fc85b7ce813eb00872b9bafeeec025783b8e2 Author: moritz Date: Sat Jun 12 11:35:25 2010 + [t/spec] unfudge tests for RT #75526 git-svn-id: http://svn

[perl #75626] [TODO] Implement Any.all (and .any, .one, .none) in Rakudo

2010-06-12 Thread jn...@jnthn.net via RT
On Wed Jun 09 05:12:54 2010, masak wrote: > well, it was $_, so just .all works > ooh! > rakudo: .all > rakudo 34c1ba: OUTPUT«Method 'all' not found for invocant of > class '' [...] > * masak submits rakudobug > What type is .all supposed to be defined on? > Any -> List > Ah, then it is a ra

[perl #74990] tests available

2010-06-12 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S03-operators/series-simple.t commit b3d941a4f9a902c1b2fa7619dd68f832a2fbb802 Author: mmcleric Date: Sat Jun 12 15:53:47 2010 + test for RT#74990 git-svn-id: http://svn.pugscode.org/p

[perl #75674] tests available

2010-06-12 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S03-operators/series.t commit dc653c9531fffc0b0f7ed4ab68cac68200687c53 Author: dimid Date: Sat Jun 12 15:59:07 2010 + [t/spec] Add tests for RT#75674. infix:<...> works with a list to the righ

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

2010-06-12 Thread yary
>... > On Perlmonks, I have found your answers satisfying but was disappointed > that we seem to be a party of two (at least there is an audience).  I feel > that I could wear you out with my questions.  I like Perlmonks, but could > move to another site. A good thing about perlmonks is that your

Severe performance loss, comparing with perl 5

2010-06-12 Thread Xi Yang
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. Here are the codes, Perl 6 on top, Perl 5 on middle, a test input file on bottom (should be stored to "makeseq.fasta"