mbeckerle commented on a change in pull request #259: Incremental progress on schema compilation space/speed issue. URL: https://github.com/apache/incubator-daffodil/pull/259#discussion_r301237061
########## File path: daffodil-core/src/main/scala/org/apache/daffodil/dsom/ElementBase.scala ########## @@ -281,12 +281,13 @@ trait ElementBase final override lazy val dpathCompileInfo = dpathElementCompileInfo /** - * This is the compile info for this element. Since this might be an - * element ref, we optionally carry the compile info for the referenced - * element in that case. + * This is the compile info for this element term. */ lazy val dpathElementCompileInfo: DPathElementCompileInfo = { - val ee = enclosingElement + val ee = enclosingElements + // System.err.println("ElementBase: element " + this.shortSchemaComponentDesignator + ( Review comment: Remove ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services