mbeckerle commented on a change in pull request #140: TDML Runner and test
changes for Cross Validation with IBM.
URL: https://github.com/apache/incubator-daffodil/pull/140#discussion_r234390231
##########
File path:
daffodil-runtime1/src/main/scala/org/apache/daffodil/externalvars/ExternalVariablesLoader.scala
##########
@@ -57,11 +57,11 @@ object ExternalVariablesLoader {
bindings
}
- def getVariables(node: Node, tunableArg: DaffodilTunables): Seq[Binding] =
getBindings(node, tunableArg)
+ def getVariables(node: Node, tunableArg: DaffodilTunables): Seq[Binding] =
Binding.getBindings(node, tunableArg)
Review comment:
FYI: This change is part of separating out things so that the TDML runner
itself can be free of dependencies on core and runtime1 and runtime1unparser.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services