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

Fix build #120

Merged
merged 2 commits into from
Dec 6, 2018
Merged

Fix build #120

merged 2 commits into from
Dec 6, 2018

Conversation

talex5
Copy link
Contributor

@talex5 talex5 commented Dec 5, 2018

  • Add Synopsis to opam files so opam2 doesn't refuse to build.
  • Remove unused values.
  • Remove override of |>. We depend on OCaml >= 4.04 anyway.
  • Disable errors about unused values generated by cstruct PPX.

With these changes make and make test now succeed. Hopefully this fixes #107.

Build was failing with:

    error 57: Synopsis and description must not be both empty
- Remove unused values.
- Remove override of |>. We depend on OCaml >= 4.04 anyway.
- Disable errors about unused values generated by cstruct PPX.

With these changes `make` and `make test` now succeed.
Copy link
Member

@djs55 djs55 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@djs55 djs55 merged commit 10ee684 into mirage:master Dec 6, 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.

unable to build with jbuilder
2 participants