Error Message "Magic number checking on storable file..." when running "cover" to merge data

2006-06-05 Thread Scott Wang
Hi All, I got below error message from running "cover" to merge my coverage data, any clue? The "Magic number checking on storable file ..." message also shows up in my test log, I am wondering if this means that my coverage database has corrupted somehow. = Reading database from ...

Error Message "Magic number checking on storable file" when running "cover" to merge data

2006-06-05 Thread Scott Wang
I got below error message from running "cover" to merge my coverage database, any clue? = Reading database from ... Magic number checking on storable file failed at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_retrieve.al) line 331, at Devel/Cover/DB/Structure.pm line

Re: Perl5 -> Perl 6 Translations Design Document

2006-06-05 Thread Sam Vilain
Sage La Torra wrote: >Hello all, > >I'm the student picking up on the translation work lwall started. Since the >perl 5 parser is more or less complete, I've headed straight to the >translation work. I'm going to be taking on the translations a few at a >time, starting with the easiest translation

Re: Perl5 -> Perl 6 Translations Design Document

2006-06-05 Thread Larry Wall
On Tue, Jun 06, 2006 at 02:06:05AM +0100, Jonathan Worthington wrote: : "Sage La Torra" <[EMAIL PROTECTED]> wrote: : >I've got a design document detailing the first few translations I'll be : >handling, and I'd greatly appreciate feedback and advice. : > : I may be off base here, or in the alternat

Re: Perl5 -> Perl 6 Translations Design Document

2006-06-05 Thread Jonathan Worthington
"Sage La Torra" <[EMAIL PROTECTED]> wrote: I've got a design document detailing the first few translations I'll be handling, and I'd greatly appreciate feedback and advice. I may be off base here, or in the alternate pointing out a corner case that's of little significance, but: -Compound sta

Re: Perl5 -> Perl 6 Translations Design Document

2006-06-05 Thread Ruud H.G. van Tol
Sage La Torra schreef: > http://infohost.nmt.edu/~slatorra/conversionstageone.txt > > Any advice/comments/criticism on the document and even ideas on > implementation would be greatly appreciated. I think that split('\s+') -> split(/\s+/) should be split('\s+') -> .split(/\s+/) -- Gr

Perl5 -> Perl 6 Translations Design Document

2006-06-05 Thread Sage La Torra
Hello all, I'm the student picking up on the translation work lwall started. Since the perl 5 parser is more or less complete, I've headed straight to the translation work. I'm going to be taking on the translations a few at a time, starting with the easiest translations and moving to the more co

Parrot Bug Summary

2006-06-05 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Jun 5 13:15:03 2006 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with mo

Re: [perl #39245] [PATCH] Update Platforms -- Late May 2006

2006-06-05 Thread Leopold Toetsch
On May 30, 2006, at 17:46, Andy Dougherty (via RT) wrote: The following patch updates my Solaris 8 results. Also, other parts of the file looked woefully out of date. Thanks, applied. Folks, please add recent platform lines. leo

Re: [perl #39244] [PATCH] Initialize I and N registers.

2006-06-05 Thread Leopold Toetsch
On May 30, 2006, at 17:32, Andy Dougherty (via RT) wrote: The second patch changes the initial value to a different non-zero value. This is useful for ferreting out hidden assumptions. Applied now both (slightly modified: C is pulled out of the loops). I and N registers are never set to 0