v626: Extend io customization support: whole obj rule in split obj.#9771
Merged
pcanal merged 9 commits intoroot-project:v6-26-00-patchesfrom Feb 1, 2022
Merged
v626: Extend io customization support: whole obj rule in split obj.#9771pcanal merged 9 commits intoroot-project:v6-26-00-patchesfrom
pcanal merged 9 commits intoroot-project:v6-26-00-patchesfrom
Conversation
Extend the support for a rule that applies to several data members (and thus currently is applied as the 'object level') to the case of a split object embedded within a split subobject of an object (previous it worked only for the collection case). This fixes issue root-project#8428, see also https://cdcvs.fnal.gov/redmine/issues/25893.
…etion In the case where the containing object held several sub-object whose type is a class which has a 'whole object' rule, prior to this commit, the infrastructure would re-use only one of the incoming object as input to the rule executions.
…split obj. Use the full name to make branch name comparisons
The branch ID is not reliable as for the 'later' branch it has not yet been updated from the as-seen-when-writing value to the current value.
… for missing data member
|
Starting build on |
|
Build failed on mac11/cxx17. Errors:
|
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.
Backport of #8429
Extend the support for a rule that applies to several data members (and thus currently is applied as the 'object level') to
the case of a split object embedded within a split subobject of an object (previous it worked only for the collection case).
This fixes issue #8428 , see also https://cdcvs.fnal.gov/redmine/issues/25893.
This PR fixes #8428