-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dialyzer doesn't see the fold_option as being a valid Options entry in fold/4, as only the read_options are expected by the iterator functions. The first_key option will be ignored by the iterator, but may be passed in - so this change reflects this in the spec Make options explicit Otherwise issue with detecting option combinations Update eleveldb.erl Add first_key to iterator options The iterator will ignore first_key, but first_key may be present on the options Update eleveldb.erl
- Loading branch information
1 parent
55e67e0
commit 72fe697
Showing
2 changed files
with
17 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ c_src/system | |
.local_dialyzer_plt | ||
.rebar | ||
_build | ||
.DS_Store |
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