mbeckerle commented on a change in pull request #210: Add midBitsToEnd layer
transform
URL: https://github.com/apache/incubator-daffodil/pull/210#discussion_r278288840
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/dsom/RuntimePropertyMixins.scala
##########
@@ -655,6 +656,18 @@ trait LayeringRuntimeValuedPropertiesMixin
Nope
}
}
+
+ final lazy val maybeLayerTransformArgsEv = {
+ if(optionLayerTransformArgsRaw.isDefined){
Review comment:
It is ok if newly added properties have defaults.
The whole layering proposal is still a proposal. It's unclear if it will
evolve to support a <dfdl:defineLayer name="..."> type annotation to group
things.
So I'm not worried about this sort of thing currently.
----------------------------------------------------------------
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