Skip Menu |

This queue is for tickets about the XML-SAX CPAN distribution.

Report information
The Basics
Id: 194
Status: resolved
Priority: 0/
Queue: XML-SAX

People
Owner: Nobody in particular
Requestors: robin [...] knowscape.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: XML::SAX does not blow up gracefully when ParserDetails.ini is empty
XML::SAX does not blow up gracefully when ParserDetails.ini is empty. I didn't fix that alongside the other bug because I'm unsure of what the best place to throw() is. Oh, and you need to make a new release before too many people have their ParserDetails overwritten ;-)
Subject: Re: [cpan #194] XML::SAX does not blow up gracefully when ParserDetails.ini is empty
From: Matt Sergeant <matt [...] sergeant.org>
To: bug-XML-SAX [...] rt.cpan.org
Date: 23 Jan 2002 20:45:21 +0000
On Wed, 2002-01-23 at 17:46, via RT wrote: Show quoted text
> > > This message about XML-SAX was sent to you by RBERJON via rt.cpan.org > > <URL: https://rt.cpan.org/Ticket/Display.html?id=194 > > > XML::SAX does not blow up gracefully when ParserDetails.ini is empty. I didn't fix that alongside the other bug because I'm unsure of what the best place to throw() is. > > Oh, and you need to make a new release before too many people have their ParserDetails overwritten ;-)
It shouldn't throw(), it should probably just return a PurePerl parser instead. Matt.
From: Robin Berjon <robin [...] knowscape.com>
To: bug-XML-SAX [...] rt.cpan.org
Subject: Re: [cpan #194] XML::SAX does not blow up gracefully when ParserDetails.ini is empty
Date: Thu, 24 Jan 2002 15:25:13 +0100
On Wednesday 23 January 2002 21:47, you wrote: Show quoted text
> On Wed, 2002-01-23 at 17:46, via RT wrote:
> > This message about XML-SAX was sent to you by RBERJON via rt.cpan.org > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=194 > > > > > XML::SAX does not blow up gracefully when ParserDetails.ini is empty. I > > didn't fix that alongside the other bug because I'm unsure of what the > > best place to throw() is. > > > > Oh, and you need to make a new release before too many people have their > > ParserDetails overwritten ;-)
> > It shouldn't throw(), it should probably just return a PurePerl parser > instead.
Yes, and throw if it fails to do that ;-) -- Show quoted text
_______________________________________________________________________ Robin Berjon <robin@knowscape.com> -- CTO k n o w s c a p e : // venture knowledge agency www.knowscape.com ----------------------------------------------------------------------- Give a man a fish and he will eat for a day. Teach him how to fish, and he will sit in a boat & drink beer all day.
OK, fixed now. [robin@knowscape.com - Thu Jan 24 09:25:02 2002]: Show quoted text
> On Wednesday 23 January 2002 21:47, you wrote:
> > On Wed, 2002-01-23 at 17:46, via RT wrote:
> > > This message about XML-SAX was sent to you by RBERJON via rt.cpan.org > > > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=194 > > > > > > > XML::SAX does not blow up gracefully when ParserDetails.ini is
empty. I Show quoted text
> > > didn't fix that alongside the other bug because I'm unsure of what the > > > best place to throw() is. > > > > > > Oh, and you need to make a new release before too many people have
their Show quoted text
> > > ParserDetails overwritten ;-)
> > > > It shouldn't throw(), it should probably just return a PurePerl parser > > instead.
> > Yes, and throw if it fails to do that ;-)