-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
228a40c test: check alternate format on all display tests (Leo Nash) 3236694 test: add `fmt_hex_exact` to `test_display_hex` (Leo Nash) aa40000 `fmt_hex_exact` now accounts for precision (Leo Nash) 8f01c45 test: add test for alternate ('#') formatting (Leo Nash) a69b0d5 `DisplayArray` and `DisplayByteSlice` honor '#' (Leo Nash) 44f4686 refactor: create `write_pad_right` to pad right (Leo Nash) 0c21aa0 refactor: create `write_pad_left` to pad left (Leo Nash) 60e4f0d Pass `BufEncoder::is_full` to inner buffer (Leo Nash) Pull request description: `fmt_hex_exact` accounts for precision. `DisplayArray` and `DisplayByteSlice` add the "0x" prefix if the '#' (alternate) flag is set. Close #83 ACKs for top commit: apoelstra: ACK 228a40c; successfully ran local tests tcharding: ACK 228a40c Tree-SHA512: 8410c179fbc4df06130af9336ea1fcb4da904fb6c1f752a8b9e2fb486e33f33ed79434372917bab6e8a4bbcf76fc8ca5b365c05686d78b5fbe93b886a7142476
- Loading branch information
Showing
2 changed files
with
139 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters