Skip to content

Conversation

mbarbin
Copy link
Contributor

@mbarbin mbarbin commented Aug 28, 2025

This pull-request concerns:

  • volgo.0.0.21: A Versatile OCaml Library for Git Operations
  • volgo-base.0.0.21: An Extension of volgo.Vcs to use with Base
  • volgo-git-backend.0.0.21: An IO-free library that parses the output of Git commands
  • volgo-git-eio.0.0.21: A Git backend for Vcs based on Volgo_git_backend for Eio programs
  • volgo-git-unix.0.0.21: A Git backend for Vcs based on Volgo_git_backend and the Unix library
  • volgo-hg-backend.0.0.21: An IO-free library that parses the output of Mercurial commands
  • volgo-hg-eio.0.0.21: A Mercurial backend for Vcs based on Volgo_hg_backend for Eio programs
  • volgo-hg-unix.0.0.21: A Mercurial backend for Vcs based on Volgo_hg_backend and the Unix library
  • volgo-vcs.0.0.21: A command line tool for vcs operations based on the volgo libraries


0.0.21 (2025-08-27)

Changed

  • Replace naive bit_vector module by bitv (#96, @mbarbin).

0.0.20 (2025-08-14)

Changed

0.0.19 (2025-07-22)

Added

Changed

  • Make current_branch in the backend return an option (#87, @mbarbin).

Fixed

  • Improve handling of diff when filenames have curly-braces (#89, @mbarbin).
  • Handle file type changes in name-status diff computation (#88, @mbarbin).
  • Allow char '#' in branch names (#88, @mbarbin).

🐫 Pull-request generated by opam-publish v2.5.1

@mbarbin
Copy link
Contributor Author

mbarbin commented Aug 28, 2025

The failures are all of this kind:

tests (failed: No solution for volgo.0.0.21: The actions to process have cyclic dependencies)

which from past similar experience, we ended up ignoring.

Copy link
Contributor

@jmid jmid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failures are indeed all on opam.2.0. LGTM

@mbarbin
Copy link
Contributor Author

mbarbin commented Sep 1, 2025

Thank you @jmid for the review!

@dinosaure
Copy link
Contributor

Thanks!

@dinosaure dinosaure merged commit e8b3432 into ocaml:master Sep 3, 2025
2 of 3 checks passed
@mbarbin mbarbin deleted the opam-publish-volgo.0.0.21 branch September 3, 2025 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants