Pau Ruiz Safont

Results 11 issues of Pau Ruiz Safont

Changed it so it mentions 2.1 instead of 2.0 and it now follows the SPX format for licenses. The opam repository should be changed as well, this affects alls versions...

Ocamlformat 0.21.0 is unable to format the file `ocaml/xapi/xapi_session.ml`from the repository https://github.com/xapi-project/xen-api when formatting with the custom .ocamlformat (which contains deprecated options) Ocamlformat prints the following message: ``` File "dune-project",...

Kind/Bug :x:
Help wanted :fire:

This significantly speeds up the build time of dependencies It needed a tweak on the installer to install the depexts once the opam cache is loaded. Aside from the step...

This avoids running all tests as part of both packages, which is not possible Language version for dune was updated to be able to define a package for cram stanzas

This is needed to fix the CI, along with https://github.com/xapi-project/xen-api/pull/5651

Only 2 sets of packages are held off: - ssl because xenserver is not openssl 1.1.1 yet - tar: another breaking interface changing cstruct to strings. It's awkward because how...

Hi, I'm trying to find out what is exactly the effect that depexts have on `opam list --installable`, the current manpage doesn't give much information on the semantics: ``` --installable...

AREA: DOCUMENTATION

The type Arg.conv was made abstract and now needs to be handled with specialized functions. I've tested that it still works with cmdliner 1.3.0. and verified that the function was...

A library to deal with RPCs in OCaml - Project page: https://github.com/mirage/ocaml-rpc - Documentation: https://mirage.github.io/ocaml-rpc/rpclib ##### CHANGES: * Removed deprecated rpc virtual package * Python3 support * Drop Python2 support...

question
needs reporter action

**Describe the bug** When a `match expr with` is one of the two branches of `if true then ... else ...` it gets formatted into 3 lines, this behaviour started...

Kind/Bug :x: