mbeckerle commented on code in PR #1195:
URL: https://github.com/apache/daffodil/pull/1195#discussion_r1542105547
##########
daffodil-runtime1/src/main/scala/org/apache/daffodil/runtime1/processors/dfa/Runtime.scala:
##########
@@ -147,6 +159,9 @@ trait DFADelimiter extends DFA {
final val isES = lookingFor == "%ES;"
def unparseValue: String
+
+ def strForDiagnostic = DFADelimiter.strForDiagnostic(lookingFor)
Review Comment:
This should be resolved. I changed this to lazy val so there is no
allocation per use. I did not chase down all the lookingFor to see if they are
all just diagnostic display, as there were a couple cases where it wasn't
obvious at first glance.
--
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]