You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2019/03/18 18:21:38 UTC

[GitHub] [incubator-daffodil] bsloane1650 opened a new pull request #201: Fix bug in handling parse errors

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:
users@infra.apache.org


With regards,
Apache Git Services