-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes
iterate_on_failure
argument and related functionality
`iterate_on_failure` used to provide a back up way to load versions if the ref key is unreadable for some reason. The ref key should no longer be unreadable, thus `iterate_on_failure` should be removed. This commit removes the `iterate_on_failure` - argument in the `lib._nvs` functions - parameter of `VersionQuery` - parameter of `LoadParameter` and entirely removes the `LoadParameter` and replaces it with `LoadStrategy` - removes IterateOnFailure cpp test which used to test this behavior by artificially removing the ref key.
- Loading branch information
Showing
21 changed files
with
261 additions
and
377 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
Oops, something went wrong.