jadams-tresys opened a new pull request, #899: URL: https://github.com/apache/daffodil/pull/899
This small change checks against the repElement (the dfdx:repType) instead of the represented element in the enumeration (typically a string). In the past we would typically expect the alignment to line up with whatever encoding was used for strings, but when using 1-bit alignment, daffodil wouuld complain about the strings being unaligned even though they are internally represented by something other than a string that is 1-bit aligned. Now we check to see what kind of representation (text or binary) the repElement is and check alignment based on that. DAFFODIL-2596 -- 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]
