mbeckerle commented on a change in pull request #30: Performance improvements around FormatInfo change. URL: https://github.com/apache/incubator-daffodil/pull/30#discussion_r163702215
########## File path: daffodil-runtime1/src/main/scala/edu/illinois/ncsa/daffodil/processors/Runtime.scala ########## @@ -67,11 +67,11 @@ import org.xml.sax.SAXException import edu.illinois.ncsa.daffodil.io.BitOrderChangeException import edu.illinois.ncsa.daffodil.infoset._ import edu.illinois.ncsa.daffodil.processors.parsers.ParseError -import edu.illinois.ncsa.daffodil.processors.parsers.Parser import edu.illinois.ncsa.daffodil.processors.parsers.PState import edu.illinois.ncsa.daffodil.exceptions.UnsuppressableException import edu.illinois.ncsa.daffodil.api.TunableLimitExceededError import edu.illinois.ncsa.daffodil.api.DaffodilTunables +import edu.illinois.ncsa.daffodil.processors.parsers.Parser Review comment: Can revert. This is just a artifact of changing Parser to ParserLike, then thinking better of it and switching back. ---------------------------------------------------------------- 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
