Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] vcs (5 packages) (0.0.9) #26777

Closed
wants to merge 1 commit into from

Conversation

mbarbin
Copy link
Contributor

@mbarbin mbarbin commented Oct 23, 2024

This is the initial release for 5 packages providing a type-safe and direct-style API to programmatically perform Git operations. More information at https://github.com/mbarbin/vcs. Short synopsis below:

Synopsis

vcs the user facing library for the system, with reduced dependencies.

vcs-git-provider a helper library for building providers for the vcs library.

vcs-git-blocking a provider for the vcs library built with OCam's Stdlib and offering blocking calls to git.

vcs-git-eio a provider for the vcs library built atop Eio for non blocking calls to git.

vcs-base an extension of Vcs for base users.

@mbarbin
Copy link
Contributor Author

mbarbin commented Oct 23, 2024

A feedback from the CI:

  • Warning in vcs-base.0.0.9: Possible name collision with package 'ojs-base'

Is it safe to ignore? I think the name are sufficiently different to avoid mixing one for the other.

Unrelated, but noting for next-step: in retrospect I want to check whether the non-eio packages of vcs are compatible with ocaml 4.14. I plan on looking into it before enabling for review. cancel that - I realized there's too many dependencies committed to > 5.1 (e.g. ppx_sexp_conv). This would require more thoughts, so I will not pursue this route for the initialize release.

@mbarbin mbarbin marked this pull request as ready for review October 24, 2024 08:36
@mbarbin
Copy link
Contributor Author

mbarbin commented Oct 25, 2024

In light of recent discussions on the discuss forum about memory representation guarantees and Obj.magic, I will withdraw my submission for now, while I am investigating an alternative provider implementation that can be type safe. (provider being a dependency of vcs).

@mbarbin mbarbin closed this Oct 25, 2024
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.

1 participant