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

Do not fail when a findlib directory doesn't exist #2101

Merged
1 commit merged into from Apr 30, 2019
Merged

Do not fail when a findlib directory doesn't exist #2101

1 commit merged into from Apr 30, 2019

Conversation

ghost
Copy link

@ghost ghost commented Apr 30, 2019

Fixes #2099

Fixes #2099

Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
@ghost ghost merged commit 603c965 into ocaml:master Apr 30, 2019
@ghost
Copy link
Author

ghost commented Apr 30, 2019

I pushed a similar fix in the 1.9 branch

rgrinberg added a commit to rgrinberg/opam-repository that referenced this pull request May 2, 2019
CHANGES:

- Put back library variants in development mode. We discovered a
  serious unexpected issue and we might need to adjust the design of
  this feature before we are ready to commit to a final version. Users
  will need to write `(using library_variants 0.1)` in their
  `dune-project` file if they want to use it before the design is
  finalized. (ocaml/dune#2116, @diml)

- Forbid to attach a variant to a library that implements a virtual
  library outside the current project (ocaml/dune#2104, @rgrinberg)

- Fix a bug where `dune install` would install man pages to incorrect
  paths when compared to `opam-installer`. For example dune now
  installs `(foo.1 as man1/foo.1)` correctly and previously that was
  installed to `man1/man1/foo.1`. (ocaml/dune#2105, @aalekseyev)

- Do not fail when a findlib directory doesn't exist (ocaml/dune#2101, fix ocaml/dune#2099, @diml)

- [coq] Rename `(coqlib ...)` to `(coq.theory ...)`, support for
  `coqlib` will be dropped in the 1.0 version of the Coq language
  (ocaml/dune#2055, @ejgallego)

- Fix crash when calculating library dependency closure (ocaml/dune#2090, fixes ocaml/dune#2085,
  @rgrinberg)
mlasson pushed a commit to mlasson/dune that referenced this pull request Jul 19, 2019
Fixes ocaml#2099

Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
This pull request was closed.
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.

Sys_error during "opam install dune" from within a "dune exec"
2 participants