Anil Madhavapeddy
Anil Madhavapeddy
The OCaml version strings for the latest OCaml compiler version, the latest stable version and so on can be retrieved using the [ocaml-version](https://github.com/avsm/ocaml-version) rather than being hardcoded in opam-ci itself....
Right now every container uses the opam-repository master branch, which has the opam1 metadata. This allows (e.g.) opam-ci to use the opam-1 git revs to track PR tests, but increases...
The index doesn't currently store the opam-repository metadata, but it does have the revision of opam-repo that a given run was built against. Some runs (like ppc64le) naturally lag behind...
The [lints](https://github.com/ocaml/obi-logs/tree/lints) branch of obi-logs contains opam-lint that is regularly run the main opam repository. There is information in there relevant to package maintainers, such as broken distfiles and/or constraint...
`obi-buildkite index` will delete unused metadata files in the `builds` branch, but the scripts in .buildkite do not currently push this GC back to the upstream `obi-logs` repository. This is...
From @nojb: > UTF-8 support is missing. See also previous discussion in #27 *(this is tracking blockers to a new omd release from #174)*
``` + make (CWD=/home/opam/.opam/4.02.1/build/alberto.0.4) - ocaml setup.ml -build - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.02.1/lib/ocaml/ocamlbuild /home/opam/.opam/4.02.1/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.02.1/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.1/bin/ocamlfind ocamldep -package ocplib-endian -package num -package camlp4 -package...
If i press ctrl-shift-b to do a build in an OCaml project, the detected build tasks are quite verbose, but do not seem to include the default build target. E.g....
In https://ocaml.janestreet.com/ocaml-core/109.58.00/doc/async_kernel/#Async_gc the ``` include module type of Core_kernel.Std.Gc ``` is not hyperlinked
Right now the buttons are too small, but are rendered manually using CSS. The reveal/hide logic can be done directly in Zurb using the helper classes (including better support for...