Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print commitments with uniform width #376

Open
porcuquine opened this issue Nov 8, 2024 · 0 comments
Open

print commitments with uniform width #376

porcuquine opened this issue Nov 8, 2024 · 0 comments

Comments

@porcuquine
Copy link
Contributor

Commitments should be printed with a uniform width and zero-padded (on left) if necessary.

lurk-user> (commit 1) (commit 2)
[2 iterations] => #c0xf99d96623838468091ce6590ccb3b829938823d964f3f5962f837f1400e2b
[2 iterations] => #c0x214a7be7ecd52a06de26ad630e03f0a406bda62c9e624083d0d7580e3e4907

This should instead be

lurk-user> (commit 1) (commit 2)
[2 iterations] => #c0x0f99d96623838468091ce6590ccb3b829938823d964f3f5962f837f1400e2b
[2 iterations] => #c0x214a7be7ecd52a06de26ad630e03f0a406bda62c9e624083d0d7580e3e4907
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants