Louis Gesbert
Louis Gesbert
In the expected workflow, one `opam switch create . --deps-only` command should be enough to setup a dev environment. However, that skips the depexts of the local packages at the...
As specified in the docs, and not as handled in Debian: we used to run the Debian comparison from Dose, which handled epoch prefixes and revision suffixes in an undocumented...
Close #478, Close #414, Close #205, Close #312, Close #158
No time to investigate right now, but it seems that the libev+epoll backend doesn't properly cancel all pending jobs.
I started testing with binary caching locally. To see how, use latest opam and see https://github.com/ocaml/opam/blob/master/shell/opam-bin-cache.sh (doc at the end). Of course, many packages aren't relocatable yet, and the above...
Just following-up on the logs of opam-repository: ``` - [cubicle.1.0] http://cubicle.lri.fr/cubicle-1.0.tar.gz (curl: code 404 while downloading http://cubicle.lri.fr/cubicle-1.0.tar.gz) - [frenetic.1.0] https://people.cs.umass.edu/~arjun/download/frenetic.1.0.tar.gz (Bad checksum, expected md5=fe898ac5cdc8c06dc9d39b8d1b678af4) - [obandit.0.2.1] http://freux.fr/obandit/releases/obandit-0.2.1.tbz (Curl failed: "/usr/bin/curl...
is an in-progress new command for analysing the repo. Nothing as in-depth as the unfortunately unmaintained ["weather service"](https://github.com/OCamlPro/ows), but we have been hitting problems with dependency cycles recently (https://github.com/ocaml/opam/issues/3213, #11365...
The indentation feels off in the following example: ```ocaml let rec equal_list : 'a. ('a, 't) gexpr marked list -> ('a, 't) gexpr marked list -> bool = fun es1...
This will allow to unify with types used earlier in the pipeline (`Scopelang.Ast.typ`). It seems cleaner! But some areas may warrant a later clean-up, in particular handling of options and...