bsloane1650 opened a new pull request #201: Fix bug in handling parse errors URL: https://github.com/apache/incubator-daffodil/pull/201 ProcessingError.toParseError would erroneasuly pass itself as the cause to the ParseError instead of passings it's maybeCause This is particuarly problematic because it would pass its maybeFormatString, however only one of the maybeFormatString and maybeCause may be defined, so if maybeFormatString is defined, then something will be passed for both and no useful error message will be created. DAFFODIL-2100
---------------------------------------------------------------- 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
