mbeckerle opened a new pull request #194: Fix poor diagnostic. URL: https://github.com/apache/incubator-daffodil/pull/194 DAFFODIL-2092 This bug was found in a new-user training class in an example using dynamic separators that are the first character of a line. If you just so happen to have a blank line (just a LF), then that LF gets lifted as the first character of the line, and made into the separator. But LF is whitespace, and separator is defined to be a list of DFDL string literals, separated by whitespace, so cannot contain whitespace characters. The diagnostic was ineffective enough to make figuring that this is what was happening quite hard. Also fixes DAFFODIL-2084 (attributeFormDefault spurious warning issue)
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
