You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "tuxji (via GitHub)" <gi...@apache.org> on 2023/02/03 21:38:09 UTC

[GitHub] [daffodil] tuxji commented on a diff in pull request #919: Scripts for refactoring to ensure each package is only in one jar

tuxji commented on code in PR #919:
URL: https://github.com/apache/daffodil/pull/919#discussion_r1096306121


##########
daffodil-core/src/main/scala/org/apache/daffodil/core/dpath/Conversions.scala:
##########
@@ -42,7 +44,7 @@ object Conversion {
    * output type. TT is the target type desired.
    */
   def conversionOps(st: NodeInfo.Kind, tt: NodeInfo.Kind, context: Expression): List[RecipeOp] = {
-    import NodeInfo._
+    import org.apache.daffodil.runtime1.dpath.NodeInfo._

Review Comment:
   Here's one of the local `import NodeInfo._` statements.



-- 
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-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org