arosien commented on PR #253:
URL: https://github.com/apache/daffodil-vscode/pull/253#issuecomment-1233386220

   > Should the version be incremented as a part of this PR - going from 1.1.0 
to 1.1.1? If version 1.1.0 of the extension has already been used on a PC and 
this branch is installed and run, the Scala backend won't be re-downloaded and 
updated, and the old, existing backend will be used. This results in the TDML 
commands showing up in the frontend, but no TDML code will actually be executed 
in the Scala backend.
   
   The convention in JVM libraries is to have, on the main branch, a version 
string of `x.y.z-SNAPSHOT` which means the artifact is continually changing and 
therefore should be re-fetched on every resolution. The 
download-the-scala-backend functionality in the extension should have something 
similar, or at least have a way to override the backend location for local 
development.


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