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: split readonly/mutable index types to sub modules #2693

Merged
merged 8 commits into from
Dec 12, 2023

Conversation

yuja
Copy link
Contributor

@yuja yuja commented Dec 12, 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

yuja added 8 commits December 12, 2023 10:30
Added pub(super) where needed or makes sense.
…er) field

into_segment() could be added instead of save_in(), but I decided to wrap
save_in(). save_in() may squash ancestor files, so it could be considered an
index-level operation.
Added pub(super) where needed. There are a few pub(super) fields that look
suspicious, which will be fixed by the subsequent patches.
We could add Layout struct holding these parameters, but I don't think that's
needed just for two parameters.
@yuja yuja merged commit 2abbb63 into jj-vcs:main Dec 12, 2023
15 checks passed
@yuja yuja deleted the push-nvvntqnwnouz branch December 12, 2023 23:09
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