At 01:31 + 11/12/02, Mark Fowler wrote:
One day (maybe not this rewrite, maybe not the next) I'd like to see you
be able to write layers of tests. That is to say that you have some kind
of Test::Harness like system running actually inside a Test::Builder test
that runs another set of tests an
At 01:38 -0500 11/11/02, Michael G Schwern wrote:
As the current attempt at DWIM leaves Test::Builder unable to test a certain
class of code, it must be changed. It will be necessary to load threads.pm
before Test::More or Test::Builder if you wish to use threads in your tests.
use threads;
At 01:01 PM 10/3/02 +0200, H.Merijn Brand wrote:
>So far, all I got was criticism. I asked for it. But no-one said it was
>useful.
>(Or I didn't read between the lines enough).
Well, since I probably have been the person that set this off, I think I
should say something here.
Ideally, I think
At 02:38 PM 8/30/02 -0700, Michael G Schwern wrote:
>On Fri, Aug 30, 2002 at 04:01:11PM +0200, Elizabeth Mattijsen wrote:
> > Is there an easy way to check methods, whose loading is deferred with
> > AutoLoader, with the can_ok() check?
>Nope. You have to create stubs. The
At 10:28 AM 8/30/02 -0400, Bryan C. Warnock wrote:
>Why not a simple(!) magic hash, or an entire namespace?
>print $PROC{"memory used"};
>print $PROC::memory_used;
That would work for me... ;-)
Liz
Is there an easy way to check methods, whose loading is deferred with
AutoLoader, with the can_ok() check? Or would some magic need to be added
to AutoLoader.pm?
Currently, you get an error that the subroutines do not exist.
Liz
At 10:30 AM 8/30/02 +0200, H.Merijn Brand wrote:
> > Being able to do so at any point in Perl's execution would be
> great. Or is
> > there such a thing already and I just don't know about it (and I'm not
> > thinking about GTop)...
>I was thinking about highjacking a standard function: read ()
At 08:56 AM 8/30/02 +0200, H.Merijn Brand wrote:
>Would it be a helpful indication to be able to have perl report the upper
>memmory bound on exit? Or better, the memory used: upper- minus lower bound
Being able to do so at any point in Perl's execution would be great. Or is
there such a thing