-
Notifications
You must be signed in to change notification settings - Fork 412
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
Fatal failure while invoking alias #2085
Comments
rgrinberg
added a commit
to rgrinberg/jbuilder
that referenced
this issue
Apr 27, 2019
Should fix ocaml#2085 Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
rgrinberg
added a commit
to rgrinberg/jbuilder
that referenced
this issue
Apr 27, 2019
Should fix ocaml#2085 Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
rgrinberg
added a commit
that referenced
this issue
May 2, 2019
Should fix #2085 Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
rgrinberg
added a commit
to rgrinberg/opam-repository
that referenced
this issue
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 issue
Jul 19, 2019
Should fix ocaml#2085 Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version (opam show):
<><> Version-specific details <><><><><><><><><><><><><><><><><><><><><><><><><>
version 1.9.1
repository default
url.src: "https://github.com/ocaml/dune/releases/download/1.9.1/dune-1.9.1.tbz"
url.checksum: "sha256=c9a1e258a14d96fd95fb525e7659c371e8b1d253905e3d39c5b2efa280b4927c"
"sha512=842d0aa7fbe97bc5a0fde974fa9ddd95d8e2f60a7018b60779cf782282e2bc362f4ae347cd7795b857a8e05ebb9d82f1236c0e4d1e7ec10d3b210028bc2058c1"
homepage: "https://github.com/ocaml/dune"
bug-reports: "https://github.com/ocaml/dune/issues"
Problem
I have the following alias to build multiple exe at once:
Works like a charm with ocaml 4.05.0 and dune 1.4.3. I'm testing an update to ocaml 4.07.1 and dune 1.9.1 (both from a fresh opam switch).
I can still invoke dune to build each exe one by one with success, but if I invoke the alias I get the following error:
As requested, the (slightly redacted) log:
The text was updated successfully, but these errors were encountered: