shanedell opened a new pull request, #1452:
URL: https://github.com/apache/daffodil-vscode/pull/1452

   ## Description
   
   Add support for multiple versions of the debugger
   
   - Support 3 versions of the debugger.
     - Scala 2.12 + Daffodil 3.10.0.
     - Scala 2.13 + Daffodil 3.11.0.
     - Scala 3 + Daffodil 4.0.0.
   - When running locally, if JDK >= 17 all the debuggers are built but if JDK 
< 17 only the Scala 2 debuggers are build.
   - Fixed .vscode/launch.json so that the debugging of test can be done now.
   - Update CI jobs that defaulted to Java 8 only to default to Java 17 only.
   - Add Java 21 to CI some CI jobs for testing multiple versions of Java.
   - Update vite config to be able to extract all 3 versions of the debugger.
   - Add launch config for debugger version and debugger timeout.
     - Values for version are 2.12, 2.13 and 3.
     - Timeout is any number but needs to end with s(seconds), m(minutes) or 
h(hours).
       - If no s, m, h set then s is appended to the end.
   - Add more tests for testing that all 3 debuggers can output an XML and JSON 
infoset file.
   - Cleaned up yarn test output so it looks much cleaner.
   - Add scala version to daffodil version mapping in package.json.
   
   Closes #1352
   
   ## Wiki
   
   - [ ] I have determined that no documentation updates are needed for these 
changes
   - [ ] I have added following documentation for these changes
   


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