jadams-tresys commented on a change in pull request #262: Unordered sequences
URL: https://github.com/apache/incubator-daffodil/pull/262#discussion_r324239905
##########
File path:
daffodil-runtime1/src/main/scala/org/apache/daffodil/infoset/InfosetImpl.scala
##########
@@ -1007,6 +1006,15 @@ final class DIArray(
ie.setArray(this)
}
+ def concat(array: DIArray): DIArray = {
+ val newContents = array.contents
+ newContents.map( ie => {
Review comment:
Made the change to not return anything. Could no longer use reduceLeft in
flatten and had to switch to a less pretty foreach.
----------------------------------------------------------------
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]
With regards,
Apache Git Services