stevedlawrence opened a new pull request, #885:
URL: https://github.com/apache/daffodil/pull/885

   Allows configuration of how often the InfosetWalker skips walk() calls. 
Setting to a value of zero disables skipping walk() calls. A value of zero is 
useful during testing to ensure the InfosetWalker isn't incorrectly removing 
infoset elements, which can lead to seemingly random null pointer exceptions.
   
   Add multiple tests to show that the InfosetWalker currently removes infoset 
elements that are still needed by separator logic, that this does not arise in 
a particular case with the default skip min/max values, and that disabling 
infoset removal works around the issue.
   
   DAFFODIL-2755
   
   Note, this does not fix 2755, just makes it easier to create a reproducible 
test to trigger the issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to