Object auto registration: Next steps - #22817
Draft
hageboeck wants to merge 8 commits into
Draft
Conversation
Test Results 23 files 23 suites 3d 13h 25m 14s ⏱️ For more details on these failures, see this check. Results for commit 84d8847. ♻️ This comment has been updated with latest results. |
hageboeck
force-pushed
the
AutoReg_GlobalDefault
branch
2 times, most recently
from
July 22, 2026 17:34
0f0f681 to
08db558
Compare
This was referenced Jul 23, 2026
hageboeck
force-pushed
the
AutoReg_GlobalDefault
branch
4 times, most recently
from
July 28, 2026 07:30
4b38b4d to
0509610
Compare
TEntryList and its derived classes will from here on only register themselves to gDirectory when the thread-local auto-registration is enabled.
Explain that defaults can be set using .rootrc or using environment variables, and how to do this from within the program.
This commit is to test auto-registration=off across all platforms. It will be removed before merging.
On Gentoo, the file with libpng 1.6.58 comes out slightly smaller than the allowed range. The numbers on the axis labels are compressed slightly differently, but the image looks correct.
hageboeck
force-pushed
the
AutoReg_GlobalDefault
branch
from
July 28, 2026 14:36
0509610 to
84d8847
Compare
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.
Work on disabling auto registration of TEventList / TEntryList
Typically, when working towards disabling the auto-registration of certain classes, there is an opportunity to clean up code and fix tangentially related issues that are encountered on the way. Like for the last auto-registration PR (#18083), these will be split off into smaller chunks that are going to be merged first:
Note that to uncover potential auto-registration problems, ROOT is in ROOT 7 mode while this PR is in draft mode. The commit that globally enables ROOT 7 mode will be removed before merging the actual work for TEventList / TEntryList.
TODOs: