stevedlawrence commented on a change in pull request #678:
URL: https://github.com/apache/daffodil/pull/678#discussion_r745902242
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/dpath/Expression.scala
##########
@@ -1687,6 +1688,16 @@ case class FunctionCallExpression(functionQNameString:
String, expressions: List
//End typeValueCalc related functions
+ case (RefQName(_, "DoubleFromRawLong", DFDLX), args) => {
Review comment:
That name of the function should still start with a lowercase letter.
It's only the class name that should have a capital D.
--
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]