mbeckerle commented on a change in pull request #12: Revised daffodil-io module to require passing in a FormatInfo object. URL: https://github.com/apache/incubator-daffodil/pull/12#discussion_r157908702
########## File path: daffodil-runtime1/src/main/scala/edu/illinois/ncsa/daffodil/processors/parsers/Parser.scala ########## @@ -164,7 +132,7 @@ class SeqCompParser(context: RuntimeData, val childParsers: Array[Parser]) var i: Int = 0 while (i < numChildParsers) { val parser = childParsers(i) - parser.parse1(pstate) + pstate.parse1(parser) Review comment: Fixup per above changes. ---------------------------------------------------------------- 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