Re: [perl #43309] [TODO] config/auto/byteorder.pm: Write unit tests

2007-10-30 Thread James E Keenan
chromatic wrote: Are the extra pass() calls at the end to fix the Devel::Cover oddity? Where a pass() explicitly mentions Devel::Cover, it is there either because I experienced the D::C oddity with that file, or because that file is structured much like others where I have experienced

[svn:parrot-pdd] r22623 - trunk/docs/pdds/draft

2007-10-30 Thread allison
Author: allison Date: Tue Oct 30 13:25:05 2007 New Revision: 22623 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Log: [pdd] Revisions to PIR PDD based on Patrick's comments. Modified: trunk/docs/pdds/draft/pdd19_pir.pod

Re: pdd19 comments

2007-10-30 Thread Allison Randal
Patrick R. Michaud wrote: Just a few comments from a brief review of pdd19: =item 'char constant' Are delimited by single-quotes (C'). They are taken to be ASCII encoded. No escape sequences are processed. What exactly does They are taken to be ASCII encoded mean here? For example, what

Fwd: [svn:parrot] r22585 - trunk/src

2007-10-30 Thread Paul Cochrane
This email didn't make the list so I'm sending it again. Paul -- Forwarded message -- From: Paul Cochrane [EMAIL PROTECTED] Date: 29 Oct 2007 15:36 Subject: Re: [svn:parrot] r22585 - trunk/src To: [EMAIL PROTECTED] [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] On 29/10/2007, [EMAIL

Re: [svn:parrot] r22585 - trunk/src

2007-10-30 Thread jerry gay
On Oct 30, 2007 1:58 PM, Paul Cochrane [EMAIL PROTECTED] wrote: Modified: trunk/src/inter_create.c == --- trunk/src/inter_create.c(original) +++ trunk/src/inter_create.cMon Oct 29 05:59:52 2007 @@ -135,7

Re: [svn:parrot] r22585 - trunk/src

2007-10-30 Thread Paul Cochrane
On 30/10/2007, jerry gay [EMAIL PROTECTED] wrote: On Oct 30, 2007 1:58 PM, Paul Cochrane [EMAIL PROTECTED] wrote: Modified: trunk/src/inter_create.c == --- trunk/src/inter_create.c(original) +++

[perl #43314] [TODO] config/auto/msvc.pm: Write unit tests

2007-10-30 Thread James Keenan via RT
The refactored auto::msvc and associated tests were committed to trunk tonight as part of r22629. Resolving ticket.

[perl #44179] [TODO] config/auto/backtrace.pm: Write unit tests

2007-10-30 Thread James Keenan via RT
As part of r22629, I committed a refactored auto::backtrace and associated tests to trunk tonight. I went for a direct commit because the style of the refactorings and the tests was very similar to that of the patches to auto::msvc committed at the same time. All tests had been passing for

[perl #47043] [BUG] compilers/pirc/macro/macrolexer.c andn macroparser.c: fail metadata, codingstd tests

2007-10-30 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #47043] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47043 As has been the case lately, a couple of 'pirc'-related files have been failing

Re: [perl #47043] [BUG] compilers/pirc/macro/macrolexer.c andn macroparser.c: fail metadata, codingstd tests

2007-10-30 Thread chromatic
On Tuesday 30 October 2007 19:27:52 James Keenan wrote: As has been the case lately, a couple of 'pirc'-related files have been failing metadata and coding standards tests. Here's results from make test on Linux tonight (approx rev 22628). t/distro/file_metadata...#

Re: [perl #46869] [BUG] t/tools/ops2pmutils/: Failures in 4 test files

2007-10-30 Thread chromatic
On Monday 29 October 2007 20:02:52 James Keenan via RT wrote: Tonight I again had failures in 3 files in t/tools/ops2pmutils/. I again had to implement Coke's suggestion and run: make -f tools/dev/ops_renum.mak This renumbered the ops in src/ops/ops.num. This could have been avoided if