mbeckerle commented on a change in pull request #332: Refactor isHidden
URL: https://github.com/apache/incubator-daffodil/pull/332#discussion_r389901113
 
 

 ##########
 File path: 
daffodil-runtime1/src/main/scala/org/apache/daffodil/debugger/InteractiveDebugger.scala
 ##########
 @@ -1497,6 +1482,17 @@ class InteractiveDebugger(runner: 
InteractiveDebuggerRunner, eCompilers: Express
         }
       }
 
+      object InfoHidden extends DebugCommand with DebugCommandValidateZeroArgs 
{
+        val name = "hidden"
+        override lazy val short = "hid"
+        val desc = "display whether or not we're within a hidden state"
 
 Review comment:
   "... within a hidden group." would better match DFDL spec terminology.

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

Reply via email to