mbeckerle commented on a change in pull request #645:
URL: https://github.com/apache/daffodil/pull/645#discussion_r717041406
##########
File path:
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/VariableMap1.scala
##########
@@ -155,6 +155,10 @@ class VariableInstance private (val rd:
VariableRuntimeData)
this.setState(this.priorState)
this.setValue(this.priorValue)
}
+ case (VariableDefined, VariableRead, true) => {
Review comment:
Oops. This code needs to go away. 158-161. It was just added in an
experiment.
--
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]