[perl #43673] [TODO] Find out why cc_build uses the verbose setting it does

2008-01-11 Thread James Keenan via RT
The puzzling comment and verbosity setting were eliminated in r22195 back on Oct 17 2007 -- but I overlooked this ticket until now. There doesn't happen to be any verbose output available from the first four configuration steps. Perhaps that is somehow connected to the puzzling comment. In any e

Re: [perl #43673] [TODO] Find out why cc_build uses the verbose setting it does

2007-07-09 Thread James E Keenan
Paul Cochrane wrote: in the file lib/Parrot/Configure.pm there is the todo item: # XXX cc_build uses this verbose setting, why? $self->data->set( verbose => $verbose ) if $n > 2; Work out why, add an explanation to this ticket and to the code. I posed this question to the list on Ap

[perl #43673] [TODO] Find out why cc_build uses the verbose setting it does

2007-07-09 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #43673] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43673 > in the file lib/Parrot/Configure.pm there is the todo item: # XXX cc_build uses th