Re: [perl #55954] [PATCH]: Add 'make smolder_test' target

2008-07-19 Thread Michael Peters
James Keenan via RT wrote: Since we've applied and refined the patches that Michael Peters originally submitted, is there any particular reason to keep this RT open? Not that I can think of. Close away! -- Michael Peters Plus Three, LP

Re: [perl #55954] [PATCH]: Add 'make smolder_test' target

2008-07-19 Thread Tim Heckman
One thing I've found is that I cannot install TAP::Harness::Archive on windows machines because of test failures. I submitted a ticket about this to rt.cpan.org for this along with possible fixes http://rt.cpan.org/Public/Bug/Display.html?id=37795 tjh On Jul 15, 2008, at 10:35 AM,

Re: [perl #55954] [PATCH]: Add 'make smolder_test' target

2008-07-19 Thread Michael Peters
Tim Heckman wrote: One thing I've found is that I cannot install TAP::Harness::Archive on windows machines because of test failures. I submitted a ticket about this to rt.cpan.org for this along with possible fixes http://rt.cpan.org/Public/Bug/Display.html?id=37795 I saw those and will try

[perl #57112] [PATCH] postgres for cygwin

2008-07-19 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57112] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57112 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57114] [PATCH] urm RealBin issue

2008-07-19 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57114] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57114 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57116] [BUG] make: *** [perl6] Segmentation fault

2008-07-19 Thread Saleem A. Ansari (via RT)
# New Ticket Created by Saleem A. Ansari # Please include the string: [perl #57116] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57116 > Hi, Fedora release 8 (Werewolf) gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33) perl v5

[perl #57120] [BUG] examples/library/ncurses_life.pir broken

2008-07-19 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57120] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57120 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

[perl #57110] [PATCH] ncurses for cygwin

2008-07-19 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #57110] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57110 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

Loading libs under different names

2008-07-19 Thread Geoffrey Broadwell
I've noticed several patches from you today in which you're adding code to try to load an existing library under additional library names for cygwin support. It's beginning to look like this is a common operation. I needed this for the OpenGL bindings, so I wrote a utility routine in runtime/parr

Re: [svn:parrot] r29610 - in branches/pdd13pbc: src/pmc t/pmc

2008-07-19 Thread chromatic
On Saturday 19 July 2008 09:57:02 [EMAIL PROTECTED] wrote: > Log: > [PDD13] > * Implement get_directory(). > * Fix get_string() so it works. > * Add the beginnings of a test script for the Packfile class. > --- branches/pdd13pbc/src/pmc/packfile.pmc(original) > +++ branches/pdd13pbc/src/pmc/p

Re: [svn:parrot] r29610 - in branches/pdd13pbc: src/pmc t/pmc

2008-07-19 Thread Mark Glines
On Saturday 19 July 2008 11:19:27 chromatic wrote: > Poking at strings directly seems unclean; do we need to add another > function to src/packfile.c to return a packed packfile as a C string, > and then create the string directly here in get_string()? I agree, poking around in STRING internals is

Re: [perl #57090] [TODO]: make smolder_test should report test report number

2008-07-19 Thread Michael Peters
James Keenan (via RT) wrote: I'm beginning to enjoy 'make smolder_test'. Here is a wishlist item for its ongoing development. [snip] I would prefer make smolder_test instead (or additionally) printed out something like this: http://smolder.plusthree.com/app/public_projects/report_detail

[perl #57090] [TODO]: make smolder_test should report test report number

2008-07-19 Thread James Keenan via RT
My wish was your command! Applied in r29617. Thank you very much. kid51

language testing on pdd25cx, preparing to merge

2008-07-19 Thread Bob Rogers
From: Bob Rogers <[EMAIL PROTECTED]> Date: Fri, 18 Jul 2008 00:14:57 -0400 The same Kea-CL tests are failing . . . I will try to write a test case for this, but not before Saturday at the earliest. The attached patch (against the trunk) adds a case which fails in pdd25cx but works

Re: language testing on pdd25cx, preparing to merge

2008-07-19 Thread Allison Randal
Bob Rogers wrote: The attached patch (against the trunk) adds a case which fails in pdd25cx but works in trunk. Should I go ahead and commit it, and if so, to branch, trunk or both? Looks like you forgot to attach the patch. Allison