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

index: add DefaultMutableIndex wrapper, rename segment type #2685

Merged
merged 4 commits into from
Dec 10, 2023

Conversation

yuja
Copy link
Contributor

@yuja yuja commented Dec 9, 2023

Checklist

If applicable:

  • I have updated CHANGELOG.md
  • I have updated the documentation (README.md, docs/, demos/)
  • I have updated the config schema (cli/src/config-schema.json)
  • I have added tests to cover my changes

lib/src/default_index_store.rs Outdated Show resolved Hide resolved
yuja added 4 commits December 10, 2023 10:53
Prepares for splitting MutableIndexImpl into segment and index wrapper types.
The wrapper type isn't needed for the mutable layer, but this mirrors the
readonly type structure. Test cases are also migrated to be using the index
wrapper so long as we don't have to care for the nesting of the segment files.
@yuja yuja force-pushed the push-opyovwlpyyqw branch from e5bc5d6 to 78a6dd7 Compare December 10, 2023 01:54
@yuja yuja enabled auto-merge (rebase) December 10, 2023 01:57
@yuja yuja merged commit cbbe38b into jj-vcs:main Dec 10, 2023
15 checks passed
@yuja yuja deleted the push-opyovwlpyyqw branch December 10, 2023 02:03
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.

2 participants