arosien commented on code in PR #749:
URL: https://github.com/apache/daffodil-vscode/pull/749#discussion_r1287835128
##########
debugger/src/main/scala/org.apache.daffodil.debugger.dap/Parse.scala:
##########
@@ -63,7 +62,7 @@ trait Parse {
object Parse {
implicit val logger: Logger[IO] = Slf4jLogger.getLogger
- case class Exception(diagnostics: List[Diagnostic])
+ case class Exception(diagnostics: List[org.apache.daffodil.sapi.Diagnostic])
Review Comment:
`lib.api.Diagnostic` is already in scope, but I guess I could create an
alias via `import`.
FYI `lib.api.Diagnostic` is returned via
`runtime1.processors.parsers.PState`, which is the data structure available via
the `Debugger` interface, but `sapi.Diagnostic` is available via the
`sapi.ParseResult` provided by `sapi.DataProcessor.parse()`.
--
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]