michael-hoke commented on issue #1376:
URL: 
https://github.com/apache/daffodil-vscode/issues/1376#issuecomment-3221181884

   >     * Wanting to check that the generated TDML is the same or different 
between different runs of the parse.
   > 
   >     * Comparing a generated TDML file from one schema to another.
   >       
   >       * E.g. Comparing the PCAP schema's generated TDML with the PNG 
schema's generated TDML
   > 
   
   - Create TDML to copy the file from /tmp to the workspace
   - Run another parse
   - Append TDML
   - Compare the test cases (those are really the only dynamic piece in our 
generated TDML files. If a user really needs to compare the whole file, that's 
either an extreme edge case or a bug)
   
   >     * Wanting to append a different TDML file's data to the current TDML 
open.
   >       
   >       * Such as opening a TDML file inside of a schema's repository but 
wanting to append the TDML of a different TDML file inside of that same 
repository.
   
   This is a good idea, but it's not the use case we have in mind for append 
right now. What if instead of using for this, we add an 'Import Single/Multiple 
Test Cases' button on the TDML GUI?
   
   If there were a VSCode setting instead of a launch config setting to handle 
this, do you think that would be configurable enough where needed?


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

Reply via email to