You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2019/11/22 19:23:43 UTC

[GitHub] [incubator-daffodil] mbeckerle commented on a change in pull request #294: WIP: Removed DaffodilTunables object from the Infoset entirely.

mbeckerle commented on a change in pull request #294: WIP: Removed DaffodilTunables object from the Infoset entirely.
URL: https://github.com/apache/incubator-daffodil/pull/294#discussion_r349755826
 
 

 ##########
 File path: daffodil-core/src/main/scala/org/apache/daffodil/dpath/DFDLExpressionParser.scala
 ##########
 @@ -52,14 +53,14 @@ class DFDLPathExpressionParser[T <: AnyRef](
   namespaces: NamespaceBinding,
   context: DPathCompileInfo,
   isEvaluatedAbove: Boolean,
-  host: OOLAGHost) extends RegexParsers {
+  host: OOLAGHost with HasTunable) extends RegexParsers {
 
 Review comment:
   Maybe this OOLAGHost with HasTunable should just become SchemaComponent.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services