bsloane1650 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_r301313394
##########
File path:
daffodil-core/src/main/scala/org/apache/daffodil/dsom/CompiledExpression.scala
##########
@@ -164,7 +163,7 @@ class ExpressionCompiler[T <: AnyRef] extends
ExpressionCompilerBase[T] {
runtimeNodeInfoKind,
exprOrLiteral,
namespacesForNamespaceResolution,
- compileInfo,
+ compileInfoWhereExpressionWasLocated, // Note: Fixed. This was just
compileInfo, which isn't right.
Review comment:
Here too
----------------------------------------------------------------
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