mike-mcgann commented on PR #992: URL: https://github.com/apache/daffodil/pull/992#issuecomment-1478012079
I found a case in the test suite where a warning is being converted into an error and I'm not sure if this is desired behavior and how this is happening. Here the test case is looking for an error: https://github.com/apache/daffodil/blob/main/daffodil-test/src/test/resources/org/apache/daffodil/section23/dfdl_expressions/expressions.tdml#L7254-L7258 But it is actually a warning here: https://github.com/apache/daffodil/blob/main/daffodil-runtime1/src/main/scala/org/apache/daffodil/runtime1/dsom/CompiledExpression1.scala#L595-L600 I'm not sure how it is getting converted from a warning to an error. -- 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]
