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_r301240498
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/dsom/SchemaComponent.scala
##########
@@ -121,9 +123,10 @@ trait SchemaComponent
/**
* All schema components except the root have an enclosing element.
*/
- final lazy val enclosingElement: Option[ElementBase] = LV('enclosingElement)
{
+ @deprecated("2019-06-03", "Use enclosingElements and deal with shared object
with multiple referencers/enclosers.")
Review comment:
Deprecations - comment out again so we don't get the slew of warnings.
----------------------------------------------------------------
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