You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Dave Thompson (Jira)" <ji...@apache.org> on 2022/07/18 15:24:00 UTC

[jira] [Closed] (DAFFODIL-2488) When executing a parse command with the debugger get incorrect result for display info unparser

     [ https://issues.apache.org/jira/browse/DAFFODIL-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Thompson closed DAFFODIL-2488.
-----------------------------------

Verified the specified commits (commit 4cac2b00acd71acc0a2a6ee89fbf1beb315eaf32is included in the latest pull from the daffodil repository.

Verified changes identified in the ticket and commit comments were implemented.

Verified affected daffodil subproject sbt test suites execute successfully, including added tests.

Verified the  daffodil debug "display info parser" and "display info unparser" debug commands result in the correct messages for daffodil parse and unparse cammands are executed.

> When executing a parse command with the debugger get incorrect result for display info unparser
> -----------------------------------------------------------------------------------------------
>
>                 Key: DAFFODIL-2488
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2488
>             Project: Daffodil
>          Issue Type: Bug
>          Components: Debugger
>    Affects Versions: 3.1.0
>            Reporter: Dave Thompson
>            Priority: Minor
>              Labels: beginner
>             Fix For: 3.4.0
>
>
> When executing a parse command with the debugger (--debug) an incorrect result is displayed when the "display info unparser" command is executed.
> Sample result output for "display info unparser" and "display info parser"  are below. You get the same result for both debug commands.
> (debug) 
>   unparser: <StringDelimitedParser/>
>   parser: <StringDelimitedParser/>
> (debug) 
>   unparser: <AssertExpressionEvaluationParser/>
>   parser: <AssertExpressionEvaluationParser/>
> (debug) 
>   unparser: <Separator/>
>   parser: <Separator/>
> (debug) 
>   unparser: <Element name='field'><DelimiterStackParser>...</DelimiterStackParser><AssertExpressionEvaluationParser/></Element>
>   parser: <Element name='field'><DelimiterStackParser>...</DelimiterStackParser><AssertExpressionEvaluationParser/></Element>
> (debug)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)