You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2019/07/02 19:56:27 UTC

[GitHub] [incubator-daffodil] olabusayoT opened a new pull request #258: Adds bitawareness to left over data dump

olabusayoT opened a new pull request #258: Adds bitawareness to left over data dump
URL: https://github.com/apache/incubator-daffodil/pull/258
 
 
   If a parse partially consumes a byte, the left over data dump prints
   the rest of the consumed bytes as binary output(0bxx101011/0b101010xx)
   depending on bitOrder with the x's representing already consumed bytes
   
   Sample Output:
   [warning] Left over data. Consumed 10 bit(s) with at least 16 bit(s) remaining.
   Left over data (Hex) at byte 2 is: (0b011101xx)
   Left over data (Hex) starting at byte 3 is: (0x7269...)
   Left over data (UTF-8) starting at byte 3 is: (ri...)
   
   DAFFODIL-2173

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


With regards,
Apache Git Services