Re: [perl #49031] [PATCH] config/auto/warnings.pm: refactor to increase coverage

2007-12-23 Thread chromatic
On Saturday 22 December 2007 18:07:27 James Keenan wrote: Nearly everything applied and ran fine for me, but I have one question: > Index: t/configure/115-auto_warnings-06.t > === > --- t/configure/115-auto_warnings-06.t  (revision 0

[perl #49031] [PATCH] config/auto/warnings.pm: refactor to increase coverage

2007-12-23 Thread James Keenan via RT
On Sun Dec 23 01:07:45 2007, [EMAIL PROTECTED] wrote: > > Is it necessary to check in commented code? No, I caught that after I had uploaded the patch. The patch I will apply omits that commented-out code.

[perl #48965] [BUG] t/compilers/json/to_parrot.t test failure

2007-12-23 Thread James Keenan via RT
I'm not sure what caused this bug in the first place, but it appears to have been worked out. All tests in this file were passing in a sample of smoke reports, and they passed for me this morning on Linux as well. So I'm resolving the ticket.

Re: [perl #48965] [BUG] t/compilers/json/to_parrot.t test failure

2007-12-23 Thread chromatic
On Sunday 23 December 2007 06:48:57 James Keenan via RT wrote: > I'm not sure what caused this bug in the first place, but it appears to > have been worked out. All tests in this file were passing in a sample > of smoke reports, and they passed for me this morning on Linux as well. > So I'm reso

[perl #43311] [TODO] config/auto/sizes.pm: Write unit tests

2007-12-23 Thread James Keenan via RT
Some refactoring of runstep() done to make its internals more testable. One additional test file added in r24178 (23 Dec 2007). There is still uncovered code.

[perl #49061] parsing hangs forever, fixed with custom token ws

2007-12-23 Thread via RT
# New Ticket Created by Stephen Weeks # Please include the string: [perl #49061] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=49061 > Working on getting parrot to parse the lojban grammar, I found that it would hang forev

[perl #43322] [TODO] config/auto/pack.pm: Write unit tests

2007-12-23 Thread James Keenan via RT
Some code refactored out of runstep() in r24180 in order to make it more testable. Placeholder test file renamed and tests added. There is still uncovered code.