stevedlawrence commented on a change in pull request #61: Base64, gzip, and 
line-folding layering
URL: https://github.com/apache/incubator-daffodil/pull/61#discussion_r185531435
 
 

 ##########
 File path: 
daffodil-core/src/main/scala/org/apache/daffodil/dsom/RuntimePropertyMixins.scala
 ##########
 @@ -560,6 +565,95 @@ trait SequenceRuntimeValuedPropertiesMixin
 
 }
 
+trait LayeringRuntimeValuedPropertiesMixin
+  extends RawLayeringRuntimeValuedPropertiesMixin { decl: SequenceTermBase =>
+
+  private lazy val layerTransformExpr = {
+    val qn = this.qNameForProperty("layerTransform")
+    ExpressionCompilers.String.compileProperty(qn, NodeInfo.NonEmptyString, 
layerTransformRaw, decl)
+  }
+
+  //  final lazy val layerTransformEv = {
+  //    if (maybeLayerTransformEv.isEmpty) layerTransformRaw // must be defined
+  //    maybeLayerTransformEv.get
+  //  }
 
 Review comment:
   Remove old code?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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