Re: XLegacyFastParser - Errors

2016-07-20 Thread Mohammed Abdul Azeem
Hi, On Tue, Jul 19, 2016 at 5:42 PM, Stephan Bergmann wrote: > On 07/11/2016 12:33 PM, Stephan Bergmann wrote: > >> By the way, when you add things to .idl files in unoidl, please add >> "@since LibreOffice 5.3" tags to the comments. (Seen you added an >> interface XFastNamespaceHandler, and a

Re: XLegacyFastParser - Errors

2016-07-19 Thread Stephan Bergmann
On 07/11/2016 12:33 PM, Stephan Bergmann wrote: By the way, when you add things to .idl files in unoidl, please add "@since LibreOffice 5.3" tags to the comments. (Seen you added an interface XFastNamespaceHandler, and a method setNamespaceHandler to unpublished interface XFasterParser.) Added

Re: XLegacyFastParser - Errors

2016-07-13 Thread Michael Meeks
Hi Mohammed, On Wed, 2016-07-13 at 02:07 +0530, Mohammed Abdul Azeem wrote: > At some point of time ManifestReader::readManifestSequence is called, > which calls the parser. Great debugging. > But our new parser is not emitting any events for this source, while > XParser parses the mani

Re: XLegacyFastParser - Errors

2016-07-12 Thread Mohammed Abdul Azeem
On Mon, Jul 11, 2016 at 1:48 PM, Michael Meeks wrote: > > On Mon, 2016-07-11 at 10:22 +0530, Mohammed Abdul Azeem wrote: > > > 2. SwUiWriterTest::testAutoCorr > > It fails with an uncaught exception of type > > com.sun.star.container.NoSuchElementException. > > It fails at sw/qa/extras/uiwriter/ui

Re: XLegacyFastParser - Errors

2016-07-11 Thread Stephan Bergmann
By the way, when you add things to .idl files in unoidl, please add "@since LibreOffice 5.3" tags to the comments. (Seen you added an interface XFastNamespaceHandler, and a method setNamespaceHandler to unpublished interface XFasterParser.) Thanks, Stephan

Re: XLegacyFastParser - Errors

2016-07-11 Thread Michael Stahl
On 11.07.2016 10:18, Michael Meeks wrote: > On Mon, 2016-07-11 at 10:22 +0530, Mohammed Abdul Azeem wrote: >> 2. SwUiWriterTest::testAutoCorr >> It fails with an uncaught exception of type >> com.sun.star.container.NoSuchElementException. >> It fails at sw/qa/extras/uiwriter/uiwriter.cxx:1034, so

Re: XLegacyFastParser - Errors

2016-07-11 Thread Michael Meeks
Hi Mohammed, On Mon, 2016-07-11 at 10:22 +0530, Mohammed Abdul Azeem wrote: > Our new parser is failing at couple of other places. After much > debugging, I've identified the causes for these failures. Great work. > 1. SigningTest::testOOXMLPartial > The xml file parsed by ImplXMLSignatu

XLegacyFastParser - Errors

2016-07-10 Thread Mohammed Abdul Azeem
Hi, Our new parser is failing at couple of other places. After much debugging, I've identified the causes for these failures. 1. SigningTest::testOOXMLPartial The xml file parsed by ImplXMLSignatureListener filter is big and it activates threading. When threading is enabled our namespace handler