Establish an independent test baseline for gix-reftable - #3011
Draft
Johannes Schindelin (dscho) wants to merge 1 commit into
Draft
Johannes Schindelin (dscho) wants to merge 1 commit into
Johannes Schindelin (dscho) wants to merge 1 commit into
Conversation
Native parsing and writing need an independent baseline of Git-generated fixtures and Git-oracle checks. Keep `gix-ref` policy contracts separate to avoid a reverse dependency on the storage crate's future consumer. Assisted-by: GPT-6 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
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.
This code-only draft supersedes #3009, providing an independent baseline using Git as the oracle for reftable support. It contains the
gix-reftablescaffold, Git-generated fixtures, and reference/reflog/worktree oracle checks, without agix-refdependency.The separate plan on
reftablesrequires completing native storage (reading, writing, stacks, and compaction) beforegix-refintegration. Neither a native storage API nor that integration is implemented here.The tree matches published
79b299ad2except for the omitted plan file. Focusedcargo nextest run --offline --locked -p gix-reftable --no-fail-fastpasses four tests each withGIX_TEST_FIXTURE_HASH=sha1andGIX_TEST_FIXTURE_HASH=sha256. Reftable checks require Git 2.45 or newer. Strict targeted Clippy and formatting previously passed on identical code; full workspace and cross-platform CI were not run locally.Opened by GitHub Copilot (GPT-6) on request.