mbeckerle commented on code in PR #1053:
URL: https://github.com/apache/daffodil/pull/1053#discussion_r1268198114
##########
daffodil-tdml-lib/src/main/scala/org/apache/daffodil/tdml/TDMLRunner.scala:
##########
@@ -1775,8 +1826,13 @@ object VerifyTestCase {
expectedDiag.messages.foreach { expectedMsg =>
{
val wasFound = actualDiags.exists { actualDiag =>
+ val actualDiagMsg = if
(avoidFalsePositiveMatchesWithLocationInfo) {
+ stripLocationInformation(actualDiag.getMessage())
Review Comment:
This is a good point, but I think should be driven by the needs of the CLI
debugger or the VSCode Extension environment (or both) rather than
pre-emptively.
Suggest open a dev list discussion of needed enhancements to Daffodil proper
to better support the VSCode Extension with this topic as an example.
--
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]