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:
- bytes_to_string and v.v.:
- how about an enum instead of bool add space?
- enum should have;
- ADD_SPACE
- ADD_COMMA (before space) (needs not to append at end)
- HEX_FORMAT (0x38)
- and the scanner side should have an enum too;
- EXPECT_HEX (0x38)
- enum should have;
- how about an enum instead of bool add space?
- text dump:
- zero length text dump is a problem?
Note:
See TracTickets
for help on using tickets.