jadams-tresys commented on a change in pull request #450:
URL: https://github.com/apache/incubator-daffodil/pull/450#discussion_r539557267
##########
File path:
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/parsers/PState.scala
##########
@@ -343,8 +343,8 @@ final class PState private (
changedVariablesStack.top += vrd.globalQName
}
- def newVariableInstance(vrd: VariableRuntimeData): Unit = {
- variableMap.newVariableInstance(vrd)
+ def newVariableInstance(vrd: VariableRuntimeData, pstate: PState): Unit = {
+ variableMap.newVariableInstance(vrd, pstate)
Review comment:
Made the change and also updated the setVariable function/calls to
follow sut
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]