stevedlawrence opened a new pull request #252: Modify inspectPure to be aware of pending events URL: https://github.com/apache/incubator-daffodil/pull/252 When unparsing, there are some cases where Daffodil will read multiple events and cache future events in a buffer, called pending events. The inspectPure function wasn't aware of these pending events and so it would always try to read an event, which resulted in it returning events after the current pending. This modifies inspectPure so that if there are pending events, it just returns the first one instead of reading more events. DAFFODIL-2167
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
