feat: support checking out a version on a branch#3504
Merged
Conversation
Contributor
Author
|
@claude review once |
brendanclement
force-pushed
the
feat/checkout-branch-version
branch
from
June 5, 2026 03:47
83084c5 to
7c5a8cb
Compare
Contributor
Author
|
@claude review once |
brendanclement
force-pushed
the
feat/checkout-branch-version
branch
2 times, most recently
from
June 5, 2026 04:31
365d276 to
331f03c
Compare
brendanclement
marked this pull request as ready for review
June 5, 2026 04:32
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
wjones127
approved these changes
Jun 5, 2026
wjones127
left a comment
Contributor
There was a problem hiding this comment.
This looks very clean. Nice work!
Comment on lines
+3613
to
+3614
| #[tokio::test] | ||
| async fn test_branch_version_checkout() { |
Contributor
There was a problem hiding this comment.
praise: these tests are excellent!
brendanclement
force-pushed
the
feat/table-branches
branch
from
June 8, 2026 22:20
5696df2 to
d6143c5
Compare
brendanclement
force-pushed
the
feat/checkout-branch-version
branch
2 times, most recently
from
June 8, 2026 22:53
77e80df to
dd6d20b
Compare
brendanclement
force-pushed
the
feat/checkout-branch-version
branch
from
June 8, 2026 23:37
dd6d20b to
812d418
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Stacked on #3490. Adds an optional version to branch checkout across the Rust core and the Python and TypeScript SDKs, so you can open a specific version on a branch ("version V of branch B"), not just the branch's latest version
Rust
Python
TypeScript
Testing
mainand with another branch, read-only enforcement on a pinned handle,checkout_latestrecovery to the branch's HEAD, fork-point reads, and the nonexistent-version/branch error paths.