Opened 12 years ago

Last modified 8 years ago

#34 assigned bug

textual -- byte formatter fixes

Reported by: Fred T. Hamster Owned by: bugdock
Priority: minor Milestone:
Component: feistymeow-nucleus Version:
Keywords: byte format Cc:

Description

byte_format:

  1. bytes_to_string and v.v.:
    1. how about an enum instead of bool add space?
      1. enum should have;
        1. ADD_SPACE
        2. ADD_COMMA (before space) (needs not to append at end)
        3. HEX_FORMAT (0x38)
      2. and the scanner side should have an enum too;
        1. EXPECT_HEX (0x38)
  2. text dump:
    1. zero length text dump is a problem?

Change History (1)

comment:1 by Fred T. Hamster, 8 years ago

Owner: changed from Fred T. Hamster to bugdock
Status: newassigned
Note: See TracTickets for help on using tickets.