Kate

Results 370 issues of Kate

Using `opam admin add-constraint` on an opam file containing the following: ``` depends: [ ("ocaml" {< "4.04.1" & with-test} | "sexplib0" {with-test}) ] ``` the resulting diff will show a...

Weird behaviours can happen if a package being requested to install only its dependencies is already installed itself: ``` $ cd opam $ opam install --deps-only . [...] === recompile...

KIND: BUG
AREA: ENGINE

Currently irmin fails on OCaml 5.3 with: ``` #=== ERROR while compiling irmin.3.9.0 ========================================# # context 2.4.0~alpha1~dev | linux/x86_64 | ocaml-variants.5.3.0+trunk | file:///home/opam/opam-repository # path ~/.opam/5.3/.opam-switch/build/irmin.3.9.0 # command ~/.opam/5.3/bin/dune build...

**Describe the bug** I have a git lfs repository hosted on gitlab, it has some things already in (including LFS files). I've done some change locally, committed them (this removed...

Currently the `ocaml-system` package expects `compiler-libs` to be installed if `ocaml` is installed. However on some platforms this is not the case. It would be nice to have at least...

ocamlformat current fails to build with OCaml 5.3: ``` #=== ERROR while compiling ocamlformat-lib.0.26.2 =============================# # context 2.3.0~alpha~dev | linux/x86_64 | ocaml-variants.5.3.0+trunk | file:///home/opam/opam-repository # path ~/.opam/5.3/.opam-switch/build/ocamlformat-lib.0.26.2 # command ~/.opam/5.3/bin/dune...

Kind/Bug :x:

hpack currently fails with the following error on OCaml 5.3: ``` #=== ERROR while compiling hpack.0.12.0 =======================================# # context 2.3.0~alpha~dev | linux/x86_64 | ocaml-variants.5.3.0+trunk | file:///home/opam/opam-repository # path ~/.opam/5.3/.opam-switch/build/hpack.0.12.0 #...

I'm not sure how to reproduce this but i ran `opam install -t bogue` in a controlled debian docker environment twice in the span of a couple days and one...

OCaml 5.3 added the effect keyword and yocaml now fails with: ``` #=== ERROR while compiling yocaml.1.0.0 =======================================# # context 2.3.0~alpha~dev | linux/x86_64 | ocaml-variants.5.3.0+trunk | file:///home/opam/opam-repository # path ~/.opam/5.3/.opam-switch/build/yocaml.1.0.0...

I deployed a unipi instance in early May, and a few days ago i tried to access it only to find this error message in the log when i realised...