stevedlawrence commented on code in PR #1610:
URL: https://github.com/apache/daffodil/pull/1610#discussion_r2683695189


##########
daffodil-core/src/main/scala/org/apache/daffodil/lib/oolag/OOLAG.scala:
##########
@@ -487,7 +487,7 @@ object OOLAG {
      * that have been created and activated at the time this is called.
      */
     def isError: Boolean = isErrorOnce
-    private lazy val isErrorOnce: Boolean = {
+    private def isErrorOnce: Boolean = {

Review Comment:
   I wonder if that means we have a bug somewhere else then. I don't think 
onPath should change the result of ProcessorFactory.isError. If a failure 
happens during onPath I think it means whatever failed should affect the 
DataProcessor.isError.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to