Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Remove unwrap in digit parsing #47

Merged
merged 1 commit into from
May 22, 2023
Merged

Remove unwrap in digit parsing #47

merged 1 commit into from
May 22, 2023

Conversation

jgrund
Copy link
Member

@jgrund jgrund commented May 22, 2023

parsing digits contains an unwrap, which can cause any downstream consumers to panic.

Replace the unwrap with proper parsing.

In addition, modernize deps and remove unwrap in all source code.

parsing digits contains an unwrap, which can cause any downstream consumers to panic.

Replace the unwrap with proper parsing.

In addition, modernize deps and remove unwrap in all source code.

Signed-off-by: Joe Grund <jgrund@whamcloud.io>
@jgrund jgrund added the bug Something isn't working label May 22, 2023
@jgrund jgrund self-assigned this May 22, 2023
@jgrund jgrund closed this May 22, 2023
@jgrund jgrund reopened this May 22, 2023
@jgrund jgrund merged commit 451d722 into master May 22, 2023
@jgrund jgrund deleted the jgrund/fix-unwrap branch May 22, 2023 23:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant