arosien commented on issue #170:
URL: 
https://github.com/apache/daffodil-vscode/issues/170#issuecomment-1454093300

   > One thing to maybe consider is that Daffodil's TDML runner already has a 
object model of TDML files. It might be easier to incorporate changes into that 
library and then reference them from the vs code extension, rather than start 
from scratch.
   
   I've found the JAXB code generation kills my IDE and generally adds a lot of 
build time for not a lot of benefit. The feature only needs to write, update 
and read XML, and as noted, the reading is already implemented via 
daffodil-tdml-lib. While the existing PR #253 does the write and update via 
Scala, it's a bit of overkill IMHO, and that functionality should move to the 
Typescript side of the extension. (The Scala backend can still execute a test 
case given the TDML file.)


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