From a7242970fb192d5b19b90cda356ff350069dd7e8 Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Tue, 22 Oct 2024 22:21:11 +0200 Subject: [PATCH] Update changelog --- CHANGES.md | 1 + TODO.md | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0067e4e..8a0fa5b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ ### Changed +- Remove `base` dependency from `vcs` and provider libraries (#36, @mbarbin). - Moved `Or_error` related modules to `Vcs_base` (#35, @mbarbin). - Provider interfaces now uses `Vcs.Result` type instead of `Or_error` (#34, @mbarbin). - Rename what was `Vcs.Result` to `Vcs.Rresult` and introduce `Vcs.Result` whose type is simpler (#33, @mbarbin). diff --git a/TODO.md b/TODO.md index 884117e..02c8bd3 100644 --- a/TODO.md +++ b/TODO.md @@ -45,14 +45,14 @@ Only keep sexp related ppx that have no runtime dependency on `base`, such as `s ### Stage 6 - Remove base dependency from `Vcs` -- [ ] Pending +- [x] Completed: Oct. 2024 Use `vcs/src/import` to make a local mini-stdlib with utils required to remove `base` dependency. Do this for the other libraries: -- [ ] vcs -- [ ] vcs_command -- [ ] vcs_git_blocking -- [ ] vcs_git_eio -- [ ] vcs_git_provider +- [x] vcs +- [x] vcs_command +- [x] vcs_git_blocking +- [x] vcs_git_eio +- [x] vcs_git_provider