-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from samoht/result
Remove `open Result`
- Loading branch information
Showing
9 changed files
with
15 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
v1.1.0 2017-05-26 | ||
----------------- | ||
### v1.1.1 (2017-06-29) | ||
|
||
* Remove `open Result` statements (and drop support to 4.02) | ||
|
||
### v1.1.0 (2017-05-26) | ||
|
||
* Port to Jbuilder. | ||
|
||
v1.0.0 2016-12-27 | ||
---------------- | ||
### v1.0.0 (2016-12-27) | ||
|
||
First release, import `V1.KV_RO` and `V1_LWT.KV_RO` from mirage-types. | ||
* First release, import `V1.KV_RO` and `V1_LWT.KV_RO` from mirage-types. |
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 |
---|---|---|
@@ -1,17 +1,10 @@ | ||
|
||
.PHONY: build clean test | ||
|
||
build: | ||
jbuilder build @install | ||
jbuilder build --dev | ||
|
||
test: | ||
jbuilder runtest | ||
|
||
install: | ||
jbuilder install | ||
|
||
uninstall: | ||
jbuilder uninstall | ||
jbuilder runtest --dev | ||
|
||
clean: | ||
rm -rf _build | ||
jbuilder clean |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,6 @@ | |
{e %%VERSION%% } *) | ||
|
||
open Result | ||
|
||
(** {1 Mirage_kv} *) | ||
|
||
type error = [`Unknown_key of string] | ||
|