Marcello Seri

Results 82 issues of Marcello Seri

`dune` assumes that `menhir` supports the `--infer-write-query` flag https://github.com/ocaml/dune/blob/30add837eca7ba1d27a5d7955777f4b96cbbb1b7/src/dune_rules/menhir/menhir_rules.ml#L7 In the `opam-repository` we often get packages using the feature and whose opam files are autogenerated with `dune`. These usually depend...

bug
menhir

### Contact Details [email protected] ### What happened? Loading any GGUF with `--cache-type-k q8_0 --cache-type-v q8_0` (or any other quantization) makes the server segfault. This should fail mentioning that KV quantization...

bug
high severity

Recently I needed to add a constraint of the form `package

KIND: FEATURE WISH
AREA:ADMIN

Due to the opam repository archival process, we are keen to have the maintainers of packages specify their intention. It would be useful, also to ensure a smooth experience for...

To expose the common pitfall from archival and make it more widely known

It currently should to succeed but, in fact, it is failing with errors like ``` Updating package repositories > Error: Could not update repository "default": rsync error: Directory C:/a/opam-repository/opam-repository/ does...

The build requires `dream-httpaf >= 1.0.0~alpha5` which renames `dream-httpaf.websocketaf` to `dream-httpaf.dream-websocketaf` [dream.1.0.0~alpha5 (failed: Library "dream-httpaf.dream-websocketaf" not found.)](https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/327d6ea9ffe66fe2ac64d4ee6373cc6db7845a01/variant/compilers,4.14,mirage-runtime.4.8.2,revdeps,dream.1.0.0~alpha5) [dream.1.0.0~alpha6 (failed: Library "dream-httpaf.dream-websocketaf" not found.)](https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/327d6ea9ffe66fe2ac64d4ee6373cc6db7845a01/variant/compilers,4.14,mirage-runtime.4.8.2,revdeps,dream.1.0.0~alpha6) [dream.1.0.0~alpha7 (failed: Library "dream-httpaf.dream-websocketaf" not found.)](https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/327d6ea9ffe66fe2ac64d4ee6373cc6db7845a01/variant/compilers,4.14,mirage-runtime.4.8.2,revdeps,dream.1.0.0~alpha7) Ping...

Currently the opam-repository will test the lower bound on most latest versions of packages. And even though most cases are avoided by the fact that we add upper bounds to...

I don't remember why we had introduced the SKIP for non-existent packages, however they end up hiding some issues that would be good to instead notice. See e.g. https://github.com/ocaml/opam-repository/pull/27961

bug
help wanted

To avoid having hacks in some linter configurations, files are explicitly passed with a `-f`, `--files` flag and only if this is not present we read from `stdin`. In the...

enhancement