stevedlawrence commented on a change in pull request #214: Sequences and
Separators Refactoring and Rewrite
URL: https://github.com/apache/incubator-daffodil/pull/214#discussion_r285187963
##########
File path: daffodil-lib/src/main/scala/org/apache/daffodil/api/WarnID.scala
##########
@@ -83,15 +83,20 @@ object WarnID extends PropsEnum[WarnID] {
case object UnsupportedAttributeFormDefault extends WarnID;
forceConstruction(UnsupportedAttributeFormDefault)
/**
- * textOutputMinLength checking
- */
+ * textOutputMinLength checking
+ */
case object TextOutputMinLengthOutOfRange extends WarnID;
forceConstruction(TextOutputMinLengthOutOfRange)
/**
* Automatic expression result type coercion
*/
case object DeprecatedExpressionResultCoercion extends WarnID;
forceConstruction(DeprecatedExpressionResultCoercion)
+ /**
+ * Warnings about tunables being ignored because properies (or other things)
supercede them.
+ */
+ case object TunableParameterBeingIgnored extends WarnID;
forceConstruction(TunableParameterBeingIgnored)
+
Review comment:
I thik if we going with changing defaultEmptyElementProperty, then this goes
away? I don't think it's necessary to say a default value is being ignored.
----------------------------------------------------------------
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