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 ...
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
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
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
"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
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
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
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
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
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
10 matches
Mail list logo