-
There is currently still something that feels like a hole in our workflows, when working in an opam-aware project: these two are very good
- use `opam install . --deps-only` to have opam handle the l…
AltGr updated
6 years ago
-
Happened twice today in two different PRs
```
#=== ERROR while fetching sources for dune.3.6.1 and dune-configurator.3.6.1 ==#
OpamSolution.Fetch_fail("Failed to copy source of:\n - dune.3.6.1: \"…
-
When `dune-release opam submit` fails due to wrong global config data, it would be nice to let the user know that now that can be fixed via `dune-release config`. In my case, the problem was that the …
-
Here is the part of my config related to merlin:
```
;; autocomplete
(require 'auto-complete)
(define-key ac-mode-map (kbd "M-TAB") 'auto-complete)
;; Merlin
(let ((opam-share (ignore-errors (…
-
I'm running dune-release on a machine with _no_ web browser installed. When doing the `opam submit` step, I get:
```
[?] Open PR to ocaml/opam-repository? [Y/n]
[-] Opening pull request to merg…
-
When installing curses, it does a pkg-config for `ncurses`. However, on some system what we really want to look for is `ncursesw`.
IE, the following would work if it did `pkg-config ncursesw` after…
-
When using byte mode, I see odd build errors, like this:
```
$ dune build ./examples/hello/main.bc
File "_none_", line 1:
Error: Error while linking lib_eio/unix/eio_unix.cma(Ei…
-
Some opam packages have system non-OCaml dependencies, managed by the system's package manager.
As of now, `coq-config` will fail to install such dependencies, despite them being supported by default…
-
When using the software heritage fallback feature, it is understood that regenerating (as noted in #5720) the archive from a given SWHID (called "cooking" by Software Heritage) might take some time. T…
-
Consider for example [Irmin's main opam file](https://github.com/mirage/irmin/blob/main/irmin.opam):
```
pin-depends: [
[ "repr.dev" "git+https://github.com/mirage/repr#17623decc3d499b83da1f5d7…
dra27 updated
3 years ago