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 2020/07/30 18:39:49 UTC

[GitHub] [incubator-daffodil] tuxji commented on a change in pull request #402: Fix variables getting reset incorrectly

tuxji commented on a change in pull request #402:
URL: https://github.com/apache/incubator-daffodil/pull/402#discussion_r463194291



##########
File path: daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/parsers/PState.scala
##########
@@ -197,6 +197,7 @@ final class PState private (
 
   def mark(requestorID: String): PState.Mark = {
     // threadCheck()
+    changedVariablesStack.push(mutable.MutableList[GlobalQName]())

Review comment:
       Please add the comment as Mike asked




----------------------------------------------------------------
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:
users@infra.apache.org