lib/git/sha1.sx: SHA-1 in pure SX over host bitwise prims (FIPS vectors + multi-block verified). lib/git/export.sx: native objects -> git payloads "<type> <len>\0<body>" with real git identity, golden-verified against git CLI (hash-object/mktree/commit-tree/mktag with pinned idents): tree entry sorting with dirs keyed "name/", raw 20-byte child shas, "40000" subtree mode, :mode overrides, deterministic ident defaults, trailing-newline message rule. export-closure/export-set emit a host-writable object table. Adapter-at-the-edge: native model untouched; zlib/packfiles remain host-side concerns. 25/25, total 252/252. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
16 lines
385 B
JSON
16 lines
385 B
JSON
{
|
|
"suites": {
|
|
"object": {"pass": 38, "fail": 0},
|
|
"ref": {"pass": 38, "fail": 0},
|
|
"dag": {"pass": 30, "fail": 0},
|
|
"worktree": {"pass": 26, "fail": 0},
|
|
"diff": {"pass": 27, "fail": 0},
|
|
"merge": {"pass": 28, "fail": 0},
|
|
"porcelain": {"pass": 40, "fail": 0},
|
|
"export": {"pass": 25, "fail": 0}
|
|
},
|
|
"total_pass": 252,
|
|
"total_fail": 0,
|
|
"total": 252
|
|
}
|