-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[cxxmodules] Also preload TMVA/TreePlayer #1355
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
Conversation
|
Starting build on |
|
@phsft-bot build just on slc6/clang_gcc62 with flags -Dcxxmodules=On -Druntime_cxxmodules=On -Dctest_test_exclude_none=on |
|
Starting build on |
|
Build failed on slc6/clang_gcc62. Errors:
|
|
@phsft-bot build just on slc6/gcc62 with flags -Druntime_cxxmodules=On -Dctest_test_exclude_none=on |
|
Starting build on |
|
Build failed on slc6/gcc62. Errors:
Warnings:
And 7 more |
e0c2fcf to
abbd36c
Compare
|
Starting build on |
|
Build failed on slc6/gcc62. Errors:
Warnings:
And 7 more |
|
|
||
| if (!fromRootCling) { | ||
| neededCoreModuleNames.push_back("TreePlayer"); | ||
| neededCoreModuleNames.push_back("TMVA"); |
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.
Could you load Graf for TPaveText? That's stumbling my PR #1356.
abbd36c to
2a2600f
Compare
|
Starting build on |
|
Build failed on slc6/gcc62. Errors:
And 3 more Warnings:
And 7 more Failing tests:
And 210 more |
ROOT can't autoparse classes inside namespaces with the rootmap system (as the loading callbacks don't correctly land where they are supposed to land with our injected namespaces). As this turns out to be a feature of some kind, let's preload TMVA/TreePlayer to fix all failing tests that are related to this feature/bug with modules enabled.
2a2600f to
206dab6
Compare
|
Starting build on |
|
Build failed on slc6/gcc62. Errors:
Warnings:
And 7 more |
|
Starting build on |
|
Build failed on slc6/gcc62. |
445557b to
5f3a4e7
Compare
|
Starting build on |
|
Build failed on slc6/gcc62. Errors:
Warnings:
And 7 more |
|
Starting build on |
|
Build failed on slc6/gcc62. Errors:
And 3 more Warnings:
And 7 more Failing tests:
And 226 more |
ROOT can't autoparse classes inside namespaces with the rootmap
system (as the loading callbacks don't correctly land where
they are supposed to land with our injected namespaces). As this
turns out to be a feature of some kind, let's preload TMVA/TreePlayer
to fix all failing tests that are related to this feature/bug with
modules enabled.