michael-hoke commented on issue #811: URL: https://github.com/apache/daffodil-vscode/issues/811#issuecomment-1785671327
Ideally, we would want the stacktrace of a failed daffodil parse to end up in the TDML file. There doesn't seem to be a clear place to put the stacktrace in the test case - does it make sense to include it as a separate text file? Is this defined in another schema that we would have to JAXBify? This may not require information to be sent from server to client as previously thought as we do the JAXB work on the server side, but it would require us to capture the stacktrace and pass it to the JAXB code - currently, the JAXB code is currently only run before a parse, not after. -- 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]
