Closed gaborigloi closed 6 years ago
Renaming the library vhd
introduces the quirck that now to get to the actual Vhd
module, you have Vhd.F.Vhd
, so if you open Vhd
and then open F
you actually overwrite the library namespace...
I'd rather keep the library name as Vhd_format
and have the internal naming a bit more consistent and less overwrite prone. What do you think? @djs55 @yomimono
I have no opinion based in knowledge of the package but your preference seems sensible, @mseri.
I was tagged in here but don't really feel confident reviewing/merging; perhaps @avsm or @djs55?
Thanks, this means we can release it now :smile:
This commit splits the original OPAM package into two, corresponding to the two ocamlfind libraries with the same names: vhd and vhd-lwt.
Also, I've removed the Output module from the core library that wasn't used by any of the packages depending on this, and I've removed the unused shadowed descr_of_operation function from lib/patterns.ml.
Signed-off-by: Gabor Igloi gabor.igloi@citrix.com