jadams-tresys opened a new pull request #164: Avoid CircularDefinition error 
for appinfo
URL: https://github.com/apache/incubator-daffodil/pull/164
 
 
   When we were detecting that an appinfo annotation did not have a source
   attribute we would try to show a schema definition warning. However, the
   lack of source attribute was somehow causing a CircularDefinition error
   within the OOLAG/LV code when trying to print out the position of the
   sequence where the error was occuring.
   
   Instead of relying on the OOLAG/LV code to sort of reverse lookup the
   sequences position, the position is now passed in as an argument to
   ModelGroup.
   
   DAFFODIL-2046

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


With regards,
Apache Git Services

Reply via email to