mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 06:16:07 +01:00
[GH-ISSUE #13] Improved error handling #7
Labels
No labels
bug
bug
documentation
enhancement
enhancement
pull-request
tooling
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
corn-config/corn#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JakeStanger on GitHub (Nov 27, 2022).
Original GitHub issue: https://github.com/corn-config/corn/issues/13
The error code is a little messy at the moment, and the library makes heavy use of
unwrap. Error code should be refactored and the parser/deserializer should not panic anywhere.