You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "mike-mcgann (via GitHub)" <gi...@apache.org> on 2023/03/21 15:09:55 UTC

[GitHub] [daffodil] mike-mcgann commented on pull request #992: Remove warnings in serialized parser

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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org