[perl #53034] [PATCH] Sensible error message for missing config step test

2008-04-18 Thread via RT
# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #53034] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53034 > The attached small patch makes Configure give a sensible error message when a conf

Re: [perl #52818] readline detection failing (linux x86_64)

2008-04-18 Thread Andy Dougherty
On Thu, 17 Apr 2008, James Keenan via RT wrote: > On Thu Apr 17 10:51:10 2008, ambs wrote: > > A solution was implemented at revision 27020. > > They might be cases where this doesn't work. (hope not) > > This is what I got on Linux at r27021: > > Determining if your platform supports readline..

[perl #53034] [PATCH] Sensible error message for missing config step test

2008-04-18 Thread James Keenan via RT
I'll consider this patch, but, as all the other code in this module has corresponding unit tests, we'll have to write a test for it. It should go in whatever t/configure/*.t file holds other tests for Parrot::Configure::Options::Test. kid51

[perl #52818] readline detection failing (linux x86_64)

2008-04-18 Thread James Keenan via RT
On Fri Apr 18 04:45:47 2008, doughera wrote: > > Debian-derived systems usually offer two packages: A run-time-only > library and a development library. libreadline5 is the run-time-only > version. You probably need to do > > sudo apt-get install libreadline5-dev > > (According to t

Re: [perl #53034] [PATCH] Sensible error message for missing config step test

2008-04-18 Thread Andy Dougherty
On Thu, 17 Apr 2008, Geoffrey Broadwell wrote: > # New Ticket Created by Geoffrey Broadwell > # Please include the string: [perl #53034] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=53034 > > > > The attached small p

Re: [perl #53034] [PATCH] Sensible error message for missing config step test

2008-04-18 Thread Geoffrey Broadwell
On Fri, 2008-04-18 at 06:26 -0700, Andy Dougherty via RT wrote: > > +my $these_tests = $steps_tests{$temp[0]}{$temp[1]} > > +or croak "No tests exist for configure step $step"; > > Thank you. That's definitely an improvement. I know I wasted a lot > of time trying to figure out what

Re: [perl #53034] [PATCH] Sensible error message for missing config step test

2008-04-18 Thread Geoffrey Broadwell
On Fri, 2008-04-18 at 05:10 -0700, James Keenan via RT wrote: > I'll consider this patch, but, as all the other code in this module has > corresponding unit tests, we'll have to write a test for it. It should > go in whatever t/configure/*.t file holds other tests for > Parrot::Configure::Options:

Re: [svn:parrot] r27024 - in trunk: . languages/lua/config/makefiles languages/lua/doc languages/lua/src/lib languages/lua/src/pmc languages/lua/t

2008-04-18 Thread chromatic
On Friday 18 April 2008 13:42:01 [EMAIL PROTECTED] wrote: > Added: trunk/languages/lua/src/lib/bc.pir > === > --- (empty file) > +++ trunk/languages/lua/src/lib/bc.pir  Fri Apr 18 13:42:00 2008 > +.sub 'get' :anon > +    .par

[perl #52874] Re: [bug] Build failure with G++

2008-04-18 Thread Mark Glines via RT
On Mon Apr 14 21:50:00 2008, infinoid wrote: > At first glance, the only difference I can see is that your cast removes > the "const" attribute. But instead of doing that, I'm wondering if > maybe the second argument of VTABLE_isa(interp, pmc, name) should be > made const, instead. Would that hel

Re: [perl #52916] [PATCH] Making NCI test C++ compatible

2008-04-18 Thread Senaka Fernando
Hi Mark, What does the fix to 't/codingstd/c_indent.t' do? Does it ignore anything inside #ifdef __cplusplus blocks? Regards, Senaka On Sat, Apr 19, 2008 at 6:38 AM, Mark Glines via RT < [EMAIL PROTECTED]> wrote: > On Thu Apr 17 09:03:57 2008, infinoid wrote: > > On Tue Apr 15 02:58:18 2008, [E