Skip to content

0.0.3

Compare
Choose a tag to compare
@mbarbin mbarbin released this 28 Jul 12:41
· 63 commits to main since this release

CHANGES:

Added

  • Expose gca function in the ocaml-vcs command line.
  • Add function and tests to compute GCAs in Vcs.Tree.

Changed

  • Rename Vcs.Descendance.t constructors for clarity.
  • Improve Vcs.Tree.Node interface.
  • Improve Vcs.Tree.sexp_of_t to help with debugging.
  • Rename git_cli library to vcs_git_cli for consistency.
  • Remove type parameter for Vcs.Tree.Node_kind (simplify interface).
  • Renamed constructors for root nodes in vcs trees (Init => Root).

Fixed

  • Fix Vcs.Tree.add_nodes raising when adding nodes incrementally.