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

Chore: Replace LogId<C> with LogIdOf<C> #1295

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

drmingdrmer
Copy link
Member

@drmingdrmer drmingdrmer commented Jan 8, 2025

Changelog

Chore: Replace LogId<C> with LogIdOf<C>

This change prepares for a future update where LogId will become an
associated type of RaftTypeConfig. By replacing LogId with LogIdOf
now, the transition to C::LogId in a future commit will require
minimal code changes.


This change is Reviewable

This change prepares for a future update where `LogId` will become an
associated type of `RaftTypeConfig`. By replacing `LogId` with `LogIdOf`
now, the transition to `C::LogId` in a future commit will require
minimal code changes.
@drmingdrmer drmingdrmer merged commit e723789 into databendlabs:main Jan 9, 2025
34 of 35 checks passed
@drmingdrmer drmingdrmer deleted the 185-log-id branch January 9, 2025 00:32
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