mbox series

[bug#49150,0/9] Add ocamlformat and dependencies

Message ID cover.1624269361.git.public@yoctocell.xyz
Headers show
Series Add ocamlformat and dependencies | expand

Message

Xinglu Chen June 21, 2021, 9:56 a.m. UTC
This series add ‘ocamlformat’, a code formatter for OCaml, and some
missing dependencies.  It also updates the ‘ocaml-bisect-ppx’ package,
otherwise ‘ocamlformat’ would not build.

Some tests for ‘ocamlformat’ are failing, not sure why, so I have
disabled them for now.

Xinglu Chen (9):
  gnu: ocaml-bisect-ppx: Update to 2.6.1.
  gnu: Add ocaml-menhir-lib.
  gnu: Add ocaml-menhir-sdk.
  gnu: Add ocaml-uucd.
  gnu: Add ocaml-uucp.
  gnu: Add ocaml-uuseg.
  gnu: Add ocaml-fix.
  gnu: Add ocaml-dune-build-info.
  gnu: Add ocamlformat.

 gnu/packages/ocaml.scm | 240 ++++++++++++++++++++++++++++++++++++++---
 1 file changed, 224 insertions(+), 16 deletions(-)


base-commit: 71c3f954194770956b39d311fab44ee6ddb4f666

Comments

Julien Lepiller Aug. 8, 2021, 8:45 p.m. UTC | #1
Le Mon, 21 Jun 2021 11:56:59 +0200,
Xinglu Chen <public@yoctocell.xyz> a écrit :

> This series add ‘ocamlformat’, a code formatter for OCaml, and some
> missing dependencies.  It also updates the ‘ocaml-bisect-ppx’ package,
> otherwise ‘ocamlformat’ would not build.
> 
> Some tests for ‘ocamlformat’ are failing, not sure why, so I have
> disabled them for now.
> 
> Xinglu Chen (9):
>   gnu: ocaml-bisect-ppx: Update to 2.6.1.
>   gnu: Add ocaml-menhir-lib.
>   gnu: Add ocaml-menhir-sdk.
>   gnu: Add ocaml-uucd.
>   gnu: Add ocaml-uucp.
>   gnu: Add ocaml-uuseg.
>   gnu: Add ocaml-fix.
>   gnu: Add ocaml-dune-build-info.
>   gnu: Add ocamlformat.
> 
>  gnu/packages/ocaml.scm | 240
> ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 224
> insertions(+), 16 deletions(-)
> 
> 
> base-commit: 71c3f954194770956b39d311fab44ee6ddb4f666

Sorry for the delay! Pushed as
e473fe1056a8b8089715dff46050355f777ef5ed to
e83fe81be4677aca1f42f0df9c8d2606400a4619, after fixing the
description ocaml-uuseg. I omited patches 2 and 3 and fixed ocamlformat
accordingly.

Thanks!
Xinglu Chen Aug. 9, 2021, 9:36 a.m. UTC | #2
On Sun, Aug 08 2021, Julien Lepiller wrote:

> Le Mon, 21 Jun 2021 11:56:59 +0200,
> Xinglu Chen <public@yoctocell.xyz> a écrit :
>
>> This series add ‘ocamlformat’, a code formatter for OCaml, and some
>> missing dependencies.  It also updates the ‘ocaml-bisect-ppx’ package,
>> otherwise ‘ocamlformat’ would not build.
>> 
>> Some tests for ‘ocamlformat’ are failing, not sure why, so I have
>> disabled them for now.
>> 
>> Xinglu Chen (9):
>>   gnu: ocaml-bisect-ppx: Update to 2.6.1.
>>   gnu: Add ocaml-menhir-lib.
>>   gnu: Add ocaml-menhir-sdk.
>>   gnu: Add ocaml-uucd.
>>   gnu: Add ocaml-uucp.
>>   gnu: Add ocaml-uuseg.
>>   gnu: Add ocaml-fix.
>>   gnu: Add ocaml-dune-build-info.
>>   gnu: Add ocamlformat.
>> 
>>  gnu/packages/ocaml.scm | 240
>> ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 224
>> insertions(+), 16 deletions(-)
>> 
>> 
>> base-commit: 71c3f954194770956b39d311fab44ee6ddb4f666
>
> Sorry for the delay! Pushed as
> e473fe1056a8b8089715dff46050355f777ef5ed to
> e83fe81be4677aca1f42f0df9c8d2606400a4619, after fixing the
> description ocaml-uuseg. I omited patches 2 and 3 and fixed ocamlformat
> accordingly.

Great, thank you!