Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Oct 22, 2024
1 parent 9fc0130 commit a724297
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
12 changes: 6 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a724297

Please sign in to comment.