stevedlawrence opened a new pull request, #1310: URL: https://github.com/apache/daffodil/pull/1310
It is possible to have dfdl:lengthKind="explicit" defiend for elements with dfdl:inputValueCalc. In that case, ther lengthKidproperty should just be ignored. But the logic for checking if a constant length element is within facet length bounds did not ignore the property for IVC elements, which led to it expecting a dfdl:length and errorer. To fix this, and addition restriction is added so we only do the check for represented elements, i.e. non-IVC elements. DAFFODIL-2888 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
