olabusayoT commented on code in PR #1337:
URL: https://github.com/apache/daffodil/pull/1337#discussion_r1819647358


##########
daffodil-runtime1/src/main/scala/org/apache/daffodil/runtime1/dpath/NodeInfo.scala:
##########
@@ -686,8 +692,9 @@ object NodeInfo extends Enum {
           case _ => true
         }
       }
-
-      override val width: MaybeInt = MaybeInt.Nope
+      override val isSigned: Boolean = true
+      override val minWidth: MaybeInt = MaybeInt(2)

Review Comment:
   I've asked @mbeckerle  for clarification in another comment as I'm not sure 
what the restrictions are for decimal



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