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

commitlog: Small tweaks #1978

Merged
merged 2 commits into from
Nov 11, 2024
Merged

commitlog: Small tweaks #1978

merged 2 commits into from
Nov 11, 2024

Commits on Nov 11, 2024

  1. commitlog: Export memory repo when test feature is enabled

    Useful to allow other crates to implement tests against an in-memory
    commitlog.
    kim committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    182f9b8 View commit details
    Browse the repository at this point in the history
  2. commitlog: Constrain segment trait bounds

    `Send + Sync + 'static` is implied for `Repo::Segment`. To spare
    callsites from specifying the constraints, add them to the `Repo` trait.
    kim committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3a087e3 View commit details
    Browse the repository at this point in the history