You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2021/07/02 19:22:01 UTC

[GitHub] [daffodil] Samarth08 commented on a change in pull request #603: Daffodil 2473 remaining[WIP]

Samarth08 commented on a change in pull request #603:
URL: https://github.com/apache/daffodil/pull/603#discussion_r663208162



##########
File path: daffodil-core/src/main/scala/org/apache/daffodil/dpath/Expression.scala
##########
@@ -1634,6 +1634,16 @@ case class FunctionCallExpression(functionQNameString: String, expressions: List
       case (RefQName(_, "rightShift", DFDLX), args) =>
         DFDLXShiftExpr(functionQNameString, functionQName, args,
           DFDLXRightShift(_, _))
+      case (RefQName(_, "xor", DFDLX), args) =>

Review comment:
       For notBits we will have just one argument?
   




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