Anil Madhavapeddy

Results 84 issues of Anil Madhavapeddy

When using hidden libraries (as in https://github.com/mirage/ocaml-cf) that are only enabled on some switches (such as `system = macos`), opam-dune-lint throws up spurious failures that cannot be fixed in ocaml-ci:...

Is it possible to plumb through private GitHub repo building using ocluster at the moment? I tried modifying (a local) ocurrent-deployer with a GitHub app that has access to a...

enhancement

As people use (e.g.) `ocurrent/opam:alpine-3.11-ocaml-4.09`, it will steadily get more out of date and have security issues in the base distribution. ocaml-dockerfile provides a `Dockerfile_opam.deprecated` container that simply outputs an...

enhancement

We really ought to track the changesets of ocaml/opam when building the opam binary. For example merging this https://github.com/ocaml/opam/pull/4648 should have triggered off a rebuild without requiring manual intervention. (this...

``` #=== ERROR while installing river.0.1.2 =======================================# # opam-version 1.2.2 # os darwin # command make # path /Users/avsm/.opam/system/build/river.0.1.2 # compiler system (4.02.2) # exit-code 2 # env-file /Users/avsm/.opam/system/build/river.0.1.2/river-62514-550cb1.env #...

With latest river and updating the ocl-reporter page, I still see: ``` Downloading http://kcsrk.info/atom-ocaml.xml ... Failed: resolution failed: no scheme Downloading http://amirchaudhry.com/tags/ocamllabs-atom.xml ... done (cached). Downloading http://www.skjegstad.com/feeds/all.atom.xml ... done (cached)....

This introduces the flambda2 in-development variant, along with the various base packages required to compile it. These are secondary packages for dune/menhir (required to bootstrap the development version of the...

needs reporter action

still testing this, and need to add in the new ops for get/setsockopt to the bindings

On both a Mac and Linux, this sequence of commands fails: ``` $ opam switch create ns 5.2.0 $ opam pin add dune --dev $ eval $(opam env) $ git...

package management

Still trying to track down exactly what is causing this, but it triggers now with a small testcase in 5.2.0 and 5.3.0+trunk on x86_64 with the following program: ``` let...