stevedlawrence commented on a change in pull request #99: Fix missing checks 
for minOccurs after zero occurrences.
URL: https://github.com/apache/incubator-daffodil/pull/99#discussion_r209913350
 
 

 ##########
 File path: 
daffodil-runtime1-unparser/src/main/scala/org/apache/daffodil/processors/unparsers/SequenceChildUnparsers.scala
 ##########
 @@ -254,7 +254,7 @@ abstract class RepeatingChildUnparser(
     //
     val ock = erd.maybeOccursCountKind.get
     // System.err.println("Checking for events consistent with Array index:\n 
==> Array Index Stack is:" + state.arrayIndexStack)
-    val arrPos = state.arrayPos - 1 // because we advance after each unparse 
so this is the position of the next (non-existing) occurrence
+    // val arrPos = state.arrayPos - 1 // because we advance after each 
unparse so this is the position of the next (non-existing) occurrence
 
 Review comment:
   Remove comment.

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


With regards,
Apache Git Services

Reply via email to