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 2018/02/16 15:23:06 UTC

[GitHub] jadams-tresys opened a new pull request #44: Handle ChoiceGroups correctly in immediatelyEnclosingModelGroup

jadams-tresys opened a new pull request #44: Handle ChoiceGroups correctly in immediatelyEnclosingModelGroup
URL: https://github.com/apache/incubator-daffodil/pull/44
 
 
   This one took a while to track down for what ended up being a one line
   change.  Before when immediatelyEnclosingModelGroup was called on a
   child element of a ChoiceGroup, it would return the enclosing ModelGroup
   of the ChoiceGroup, not the ChoiceGroup itself.  This caused issues
   when the CoiceGroup's parent would have initiatedContent="yes", as the
   child element of the ChoiceGroup would typically not have an initiator
   defined.
   
   This commit fixes one of the issues preventing the IBM-TLOG schema
   project from working correctly.
   
   DAFFODIL-1885

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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