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

digest: Minor self-review fixups #206

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

cgwalters
Copy link
Contributor

After I clicked merge I noticed I had accidentally allowed uppercase letters in char_is_algorithm_component.

Also the hardcoded 6 in the From implementation stood out when I skimmed the code again, make that more obvious how it works - and also add tests for it.

After I clicked merge I noticed I had accidentally allowed
uppercase letters in `char_is_algorithm_component`.

Also the hardcoded `6` in the `From` implementation stood
out when I skimmed the code again, make that more obvious
how it works - and also add tests for it.

Signed-off-by: Colin Walters <walters@verbum.org>
@cgwalters cgwalters merged commit 4301862 into containers:main Sep 3, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants