stevedlawrence commented on a change in pull request #23: This fix done for 
nato-stanag-5516 latest schema.
URL: https://github.com/apache/incubator-daffodil/pull/23#discussion_r160785791
 
 

 ##########
 File path: 
daffodil-runtime1/src/main/scala/edu/illinois/ncsa/daffodil/infoset/InfosetImpl.scala
 ##########
 @@ -1451,7 +1468,7 @@ sealed class DIComplex(override val erd: 
ElementRuntimeData, val tunable: Daffod
           nameToChildNodeLookup.remove(childToRemove.namedQName)
         else
           // not the last one, just drop the end
-          fastSeq.dropRight(1)
+          fastSeq.remove(fastSeq.length - 1)
 
 Review comment:
   I think that PR was merged recently.

----------------------------------------------------------------
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

Reply via email to