Bump reference/root-io-spec to c65c464 (still ROOT 6.40.04) - #124
Open
sathabbott wants to merge 1 commit into
Open
sathabbott wants to merge 1 commit into
sathabbott wants to merge 1 commit into
Conversation
root-io-spec moves from 9c3f776 (2026-09-18) to c65c464 (2026-09-24), 68 commits. It still pins ROOT 6.40.04 (1211eda), the latest stable release, so the tracked RNTuple specification (v1.0.2.1) is the same document. It adds three RNTuple fixtures, all of which read: - rntuple/compressed: the only compressed anchor and envelopes in the corpus - rntuple/map: page locators that share byte ranges - rntuple/attributes: linked attribute sets Four new non-RNTuple fixtures fail. Each is listed in EXPECTED_FAILURES with its exact error and the issue that tracks it: - classes/roofit: nsmith-#71 - serialization/pointer-collection: nsmith-#105 - serialization/unframed-records: nsmith-#123, nsmith-#101 - written/two-versions: nsmith-#22 Assisted-by: claude-code:claude-opus-5-5
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #124 +/- ##
==========================================
+ Coverage 91.82% 92.16% +0.33%
==========================================
Files 37 37
Lines 2962 2962
==========================================
+ Hits 2720 2730 +10
+ Misses 242 232 -10 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
@nsmith- I've reviewed and approved this, but will let you see it before it merges. |
This was referenced Sep 24, 2026
This branch has not been deployed
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.
Bumps
reference/root-io-specfrom9c3f776(2026-09-18) toc65c464(2026-09-24). It still pins ROOT 6.40.04 (1211eda), the latest stable release, so the tracked RNTuple specification (v1.0.2.1) is the same document; no code changes.It is the first of a series of RNTuple fixes (#75, #55, #114, #49, #51, #85, #116–#122), several of which test against fixtures that only exist at the new pin:
rntuple/compressed.root: the only compressed anchor and compressed envelopes in any corpus (scikit-hep-testdata's RNTuple anchors are all uncompressed)rntuple/map.root: page locators that share byte rangesrntuple/attributes.root: linked attribute sets, audited upstream in root-io-spec385a3e2with ERRATA 11–13 ([rntuple] Footer Envelope: Handle Linked Attribute Set Record Frames #51)All three read on
maintoday.New expected failures. Four fixtures new since
9c3f776fail, none of them RNTuple. Each is listed inEXPECTED_FAILURESwith its exact error, per the module's rule:classes/roofitbuffer not empty after reading object of type RooLinkedListserialization/pointer-collectionExpected a version in the StdVector header— the slot's class record followed by the content class's own frameserialization/unframed-recordsTDatime/TObject/TStringLong/TQObjectas records with no byte countwritten/two-versionsGrownat versions 1 and 2; the version-1 object is read with version 2's infoTests: full suite
397 passed, 61 skipped, 50 xfailedlocally (was354 passed, 53 skipped, 46 xfailedat9c3f776). CI's non-recursive submodule checkout is unchanged.Assisted-by: claude-code:claude-opus-5-5