-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix infinite recursion in `fmt::Display::fmt()` for `Error`. * Make `Store` generic over the error type. This allows callers to provide their own error types that unify with Dogear errors, `nsresult`s, and others, instead of requiring them to wrap their errors into `ErrorKind::Storage(...)`. * Forward decoding errors from `Guid::from{utf8, uft16}()`. * Rename `ErrorKind::GenerateGuid` to `ErrorKind::InvalidGuid`. * Move `dogear::merge` into `Store::merge`.
- Loading branch information
1 parent
ceb45d6
commit 07fd161
Showing
5 changed files
with
75 additions
and
59 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
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
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