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

[GitHub] [daffodil] tuxji commented on a diff in pull request #992: Remove warnings in serialized parser

tuxji commented on code in PR #992:
URL: https://github.com/apache/daffodil/pull/992#discussion_r1145044999


##########
daffodil-test/src/test/resources/org/apache/daffodil/section23/dfdl_expressions/expressions.tdml:
##########
@@ -7253,8 +7253,7 @@
     <tdml:document>1,2,3</tdml:document>
     <tdml:errors>
       <tdml:error>Schema Definition Error</tdml:error>
-      <tdml:error>Statically ambiguous or query-style paths not supported</tdml:error>
-      <tdml:error>ex:a</tdml:error>
+      <tdml:error>Path step 'ex:{http://example.com}a' ambiguous</tdml:error>

Review Comment:
   Steve's hypothesis sounds worth checking to me.  Mike, I wonder if running "daffodil parse ..." by hand on the given TDML test case(s) with both old and new daffodil builds would show any changes in the diagnostics.  If you don't see any change, then the saving and reloading of the parser must indeed be causing the change in the diagnostics the TDML runner sees.



-- 
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