mbox series

[bug#49136,0/2] Update ocaml-merlin

Message ID cover.1624200385.git.public@yoctocell.xyz
Headers show
Series Update ocaml-merlin | expand

Message

Xinglu Chen June 20, 2021, 2:49 p.m. UTC
This series updates ‘ocaml-dot-merlin-reader’ and ‘ocaml-merlin’, the
latest version is 4.2-412, but our OCaml compiler is at version 4.11.1,
so I updated them to 4.2-411.

I also refactored the ‘ocaml-merlin’ package to inherit from
‘ocaml-dot-merlin-reader’ to avoid having to update the version and hash
twice.

Xinglu Chen (2):
  gnu: ocaml-dot-merlin-reader: Update to 4.2-411.
  gnu: ocaml-merlin: Inherit from ‘ocaml-dot-merlin-reader’.

 gnu/packages/ocaml.scm | 28 +++++++++++-----------------
 1 file changed, 11 insertions(+), 17 deletions(-)


base-commit: a211078f992bc5a26eaf787c6b01caa41de67597

Comments

Julien Lepiller June 20, 2021, 10:15 p.m. UTC | #1
Le Sun, 20 Jun 2021 16:49:41 +0200,
Xinglu Chen <public@yoctocell.xyz> a écrit :

> This series updates ‘ocaml-dot-merlin-reader’ and ‘ocaml-merlin’, the
> latest version is 4.2-412, but our OCaml compiler is at version
> 4.11.1, so I updated them to 4.2-411.
> 
> I also refactored the ‘ocaml-merlin’ package to inherit from
> ‘ocaml-dot-merlin-reader’ to avoid having to update the version and
> hash twice.
> 
> Xinglu Chen (2):
>   gnu: ocaml-dot-merlin-reader: Update to 4.2-411.
>   gnu: ocaml-merlin: Inherit from ‘ocaml-dot-merlin-reader’.
> 
>  gnu/packages/ocaml.scm | 28 +++++++++++-----------------
>  1 file changed, 11 insertions(+), 17 deletions(-)
> 
> 
> base-commit: a211078f992bc5a26eaf787c6b01caa41de67597

Pushed as 5ae0d2c24737572ba3e0619a0176a07758078e1d, thank you!