Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of mli only module #114

Merged
merged 1 commit into from
Apr 8, 2018
Merged

Get rid of mli only module #114

merged 1 commit into from
Apr 8, 2018

Conversation

rgrinberg
Copy link
Member

dune doesn't support them very well and they add no benefits

dune doesn't support them very well and they add no benefits
@rgrinberg
Copy link
Member Author

Btw, there's another benefit that we may be able to reap here. The type CONFIGURATION.t isn't abstract, so i'm not sure what's it doing in the signature. Wouldn't it be better to just pull it out of the signature so that it can be shared between all implementations? The added benefit is that you'll be able to use the sexp converters everywhere without implementing the signature.

@samoht
Copy link
Member

samoht commented Apr 8, 2018

Wouldn't it be better to just pull it out of the signature so that it can be shared between all implementations?

That sounds like a good idea. Could you do that in a new PR? Thanks!

@samoht samoht merged commit 5fcd4e3 into mirage:master Apr 8, 2018
@samoht samoht mentioned this pull request Apr 8, 2018
avsm added a commit to avsm/opam-repository that referenced this pull request Dec 13, 2018
CHANGES:

* Modernise build for OCaml 4.04 and port to Dune (mirage/ocaml-vchan#120 @talex5 @avsm)
* Upgrade opam metadata files to 2.0 (mirage/ocaml-vchan#120 @avsm @talex5)
* Remove mli only module (mirage/ocaml-vchan#114 @rgrinberg @samoht)
* Fix deprecation warning on String.create (mirage/ocaml-vchan#112 @samoht)
* Make OCaml 4.04 the minimum version (mirage/ocaml-vchan#111 @cfcs @hannesm)
* Update test cases for Mirage 3 (mirage/ocaml-vchan#110 @mneilsen)
mseri pushed a commit to ocaml/opam-repository that referenced this pull request Dec 13, 2018
CHANGES:

* Modernise build for OCaml 4.04 and port to Dune (mirage/ocaml-vchan#120 @talex5 @avsm)
* Upgrade opam metadata files to 2.0 (mirage/ocaml-vchan#120 @avsm @talex5)
* Remove mli only module (mirage/ocaml-vchan#114 @rgrinberg @samoht)
* Fix deprecation warning on String.create (mirage/ocaml-vchan#112 @samoht)
* Make OCaml 4.04 the minimum version (mirage/ocaml-vchan#111 @cfcs @hannesm)
* Update test cases for Mirage 3 (mirage/ocaml-vchan#110 @mneilsen)
fdopen added a commit to fdopen/opam-repository-mingw that referenced this pull request Dec 18, 2018
CHANGES:

* Modernise build for OCaml 4.04 and port to Dune (mirage/ocaml-vchan#120 @talex5 @avsm)
* Upgrade opam metadata files to 2.0 (mirage/ocaml-vchan#120 @avsm @talex5)
* Remove mli only module (mirage/ocaml-vchan#114 @rgrinberg @samoht)
* Fix deprecation warning on String.create (mirage/ocaml-vchan#112 @samoht)
* Make OCaml 4.04 the minimum version (mirage/ocaml-vchan#111 @cfcs @hannesm)
* Update test cases for Mirage 3 (mirage/ocaml-vchan#110 @mneilsen)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants