-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Remove empty directories from TFileMerger's output #19331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Test Results 20 files 20 suites 3d 6h 14m 18s ⏱️ Results for commit 5f1efc2. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm but maybe you want an approval also from @pcanal
The current state is draft, is it ready for review? |
The things that I had pushed are ready for review, but I noticed that the partial merge tutorial is broken. I therefore went back to draft to prevent somebody merging by accident. |
Note: this PR is likely somewhat related to #18679 |
Doxygen was squashing this block into a paragraph, so it needed to be split off and indented. Also add docstring for AddObjectNames.
Partial merging creates a full directory hierarchy in an output file, even if the user didn't ask for the directories to be merged. Fix root-project#19330.
even if the user didn't ask for the directories to be merged.
PartialMerge
Update:
[ ] It looks like the tutorial https://root.cern/doc/master/mergeSelective_8C.html is broken, too. I'll add another test and see if it can be fixed.#19330