You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Steve Lawrence (Jira)" <ji...@apache.org> on 2023/03/13 15:41:00 UTC

[jira] [Created] (DAFFODIL-2803) Warnings included in serialized DataProcessor

Steve Lawrence created DAFFODIL-2803:
----------------------------------------

             Summary: Warnings included in serialized DataProcessor
                 Key: DAFFODIL-2803
                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2803
             Project: Daffodil
          Issue Type: Bug
          Components: Diagnostics
    Affects Versions: 3.4.0
            Reporter: Steve Lawrence
             Fix For: 3.5.0


When a schema is compiled and serialized, any warnings that were created as part of the compilation are also serialized. Which means a reloaded DataProcessor includes those same warnings that were output during compilation.

DAFFODIL-2267 modified the CLI so that it does not output any diagnostics on a reloaded DataProcessor, but API users could still output those diagnostics which is likely not what they want. Reloaded parsers really show have no diagnostics associated with them.

Note that these reloaded warning diagnostic do not become part of the Parse/UnparseResult diagnostics. So even if API users output warnings on a reloaded DataProcessor, they at least won't see them for every parse.

But to avoid the possibility of these excess warnings, we should modify the save parser function so that it removes all diagnostics from the DataProcessor when saved.



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