shanedell commented on code in PR #1323: URL: https://github.com/apache/daffodil-vscode/pull/1323#discussion_r2193420450
########## debugger/src/main/scala/org.apache.daffodil.debugger.dap/Compiler.scala: ########## @@ -22,7 +22,7 @@ import cats.syntax.all._ import java.nio.file.Path import org.apache.daffodil.sapi._ -trait Compiler { +trait DAPCompiler { Review Comment: With Scala 2.13 using the name `Compiler` caused a class with `fs2.Compiler` which is imported in the `Parse.scala` file using `fs2._` so it needed renamed. If there is a different name we would rather use I can change it -- 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: commits-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org