Leif Eriksen wrote:
I'd guess it is because you are seeing the output of the code after it
has been compiled-then-decompiled - it is compiled so it can run and
coverage statistics can be collected, then it is decompiled to relate
coverage stats to code lines. Now there are many ways to write cod
On Sun, Jan 30, 2005 at 08:09:58PM -0500, Jim Keenan wrote:
> Leif Eriksen wrote:
> >I'd guess it is because you are seeing the output of the code after it
> >has been compiled-then-decompiled - it is compiled so it can run and
> >coverage statistics can be collected, then it is decompiled to re
On Mon, Jan 31, 2005 at 10:12:16AM +0100, Paul Johnson wrote:
> I suppose that's the price you pay for TIMTOWTDI.
>
> [ Is that a Python programmer I hear giggling in the background? ]
Does Python have any equivalent tool to Devel::Cover?
Nicholas Clark
On Mon, 31 Jan 2005 10:00:40 +, Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Mon, Jan 31, 2005 at 10:12:16AM +0100, Paul Johnson wrote:
> > I suppose that's the price you pay for TIMTOWTDI.
> >
> > [ Is that a Python programmer I hear giggling in the background? ]
>
> Does Python have any
On Thu, Jan 06, 2005 at 09:21:44PM -0500, Randy W. Sims wrote:
> Randy W. Sims wrote:
> >The test file below is pared down from Module::Build. The warning from
> >C comes up in several tests, not always causing test failures.
> >The same warning appears if you run MakeMaker as shown in the
> >D
I've just noticed that the perl-qa wiki linked from http://qa.perl.org/
is still toast.
I seem to remember somebody (Andy ?) saying that a
something-or-other.kwiki.org was in the process of being set up to
replace it. Is my terrible memory playing it's usual tricks or has it
popped into existe
http://phalanx.kwiki.org/
On Mon, 31 Jan 2005 14:51:22 +, Adrian Howard
<[EMAIL PROTECTED]> wrote:
> I've just noticed that the perl-qa wiki linked from http://qa.perl.org/
> is still toast.
>
> I seem to remember somebody (Andy ?) saying that a
> something-or-other.kwiki.org was in the proc
On Mon, Jan 31, 2005 at 12:10:41PM -0600, Shawn Carroll ([EMAIL PROTECTED])
wrote:
> http://phalanx.kwiki.org/
>
Yeah, but the one Schwern had goin' was more general.
--
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
My impression was that was for Phalanx people, rather than perl-qa in
general ?
Adrian
On 31 Jan 2005, at 18:10, Shawn Carroll wrote:
http://phalanx.kwiki.org/
On Mon, 31 Jan 2005 14:51:22 +, Adrian Howard
<[EMAIL PROTECTED]> wrote:
I've just noticed that the perl-qa wiki linked from
http://
I misread the question. Sorry about that.
On Mon, 31 Jan 2005 19:07:51 +, Adrian Howard
<[EMAIL PROTECTED]> wrote:
> My impression was that was for Phalanx people, rather than perl-qa in
> general ?
>
> Adrian
>
> On 31 Jan 2005, at 18:10, Shawn Carroll wrote:
>
> > http://phalanx.kwiki.o
On Mon, Jan 31, 2005 at 02:51:22PM +, Adrian Howard wrote:
> I've just noticed that the perl-qa wiki linked from http://qa.perl.org/
> is still toast.
Basically I accidentally deleted the CGI program and since it was one of
those "everything, including the config, in one file" things I haven'
On Mon, Jan 31, 2005 at 04:07:04PM -0500, Michael G Schwern wrote:
> So I may as well do that now.
Done. Let me know if that seems like its the right database, there were
several to choose from owing to circumstances.
[EMAIL PROTECTED] wrote:
Does Python have customizable test suites *at all*?
I dont know about that, but I hear they have the ability to invoke the
debugger from within the code, rather than the other way round like
perl/C/... does
Something like
import pdb
...
pdb.run(statement_to_debug[, g
13 matches
Mail list logo