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_r301304552
 
 

 ##########
 File path: 
daffodil-core/src/main/scala/org/apache/daffodil/dsom/ElementBase.scala
 ##########
 @@ -406,7 +411,7 @@ trait ElementBase
    * To be properly constructed, scala's xml Elems must share the scope 
(namespace bindings) of the enclosing
    * parent element, except when it adds more of its own bindings, in which 
case the tail is supposed to be shared.
    */
-  private lazy val minimizedScope: NamespaceBinding = {
+  private lazy val minimizedScope: NamespaceBinding = LV('minimizedScope) {
 
 Review comment:
   This is not true yet. This will be true once we start sharing all the 
components. 

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