Github user stevedlawrence commented on a diff in the pull request:
https://github.com/apache/incubator-daffodil/pull/5#discussion_r150864925
--- Diff:
daffodil-core/src/main/scala/edu/illinois/ncsa/daffodil/dsom/Term.scala ---
@@ -115,14 +115,14 @@ abstract class Term(xmlArg: Node, parentArg:
SchemaComponent, val position: Int)
def elementChildren: Seq[ElementBase]
- override lazy val dpathCompileInfo =
- new DPathCompileInfo(
- enclosingComponent.map { _.dpathCompileInfo },
- variableMap,
- namespaces,
- path,
- schemaFileLocation,
- tunable)
+ // override lazy val dpathCompileInfo =
+ // new DPathCompileInfo(
+ // enclosingComponent.map { _.dpathCompileInfo },
+ // variableMap,
+ // namespaces,
+ // path,
+ // schemaFileLocation,
+ // tunable)
--- End diff --
Remove.
---