From: Simon Cozens [mailto:[EMAIL PROTECTED]]

> On Sun, Aug 13, 2000 at 09:36:48PM -0400, Ronald J Kimball wrote:
> > On Sun, Aug 13, 2000 at 09:04:41PM +0100, Paul Marquess wrote:
> > > I'm cc-ing this to p6 because there doesn't seem to be anyone left on
p5p.
> > Then who is generating all this traffic on p5p?  :D
>
> I'm certainly still there, as you can tell from everyone correcting my
> patches. :)

Sorry guys, forgot the smiley.

> > >     warnings::warnif($category, "message") ;
> > >
> > > instead of this:
> > >
> > >     if (warnings::enabled($category))
> > >       { warnings::warn($category, "message") }
> >
> > Any reason why that isn't the behavior of warnings::warn()?
>
> Because there are occasions when you want to force a mandatory warning.

Correct.


Paul

Reply via email to