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_r301304044
 
 

 ##########
 File path: 
daffodil-core/src/main/scala/org/apache/daffodil/dsom/SchemaComponent.scala
 ##########
 @@ -132,12 +135,35 @@ trait SchemaComponent
       }
     }
     ee
+  }
+
+  /**
+   * Elements that enclose this.
+   *
+   * If this is already an element, this still walks outward to find the
+   * next tier out.
+   */
+  final lazy val enclosingElements: Seq[ElementBase] = LV('enclosingElements) {
 
 Review comment:
   Changed my mind on this. Saving this cutover for next round of incremental 
changes to the schema compiler. This is too big a change for this change set. 

----------------------------------------------------------------
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

Reply via email to