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 2021/02/25 13:19:57 UTC

[GitHub] [daffodil] stevedlawrence commented on a change in pull request #493: Add debugger "info suspensions" and "set diffExcludes" commands

stevedlawrence commented on a change in pull request #493:
URL: https://github.com/apache/daffodil/pull/493#discussion_r582825456



##########
File path: daffodil-runtime1/src/main/scala/org/apache/daffodil/debugger/InteractiveDebugger.scala
##########
@@ -1842,6 +1908,32 @@ class InteractiveDebugger(runner: InteractiveDebuggerRunner, eCompilers: Express
         }
       }
 
+      object SetDiffExcludes extends DebugCommand {
+        val name = "diffExcludes"
+        val desc = "set info commands to exlude in the 'info diff' commanad"

Review comment:
       Will fix.
   
   Codecov seems a bit flakey to me. Sometimes comments/inline code shows up, sometimes they don't. And looking at the pull request there are a few lines that aren't covered:
   
   https://app.codecov.io/gh/apache/daffodil/compare/493/diff
   
   I'll see if I can tweak this test or add a new one to increase the coverage.




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