-
Notifications
You must be signed in to change notification settings - Fork 129
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
Fix a missing include. #930
base: master
Are you sure you want to change the base?
Conversation
For an unknown reason, cling managed to compile a test that's missing an include directive. The include is added here, since it provoked a failure in a branch that's still WIP.
Starting build on |
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.
Thank you very much! (approving because it's not possible to merge to roottest
just like that anymore)
Build failed on ROOT-performance-centos8-multicore/cxx17. Warnings:
And 130 more Failing tests:
|
Build failed on ROOT-ubuntu2004/python3. Warnings:
And 54 more Failing tests:
|
Build failed on mac11/cxx14. Warnings:
And 54 more Failing tests:
|
Build failed on mac12/noimt. Warnings:
And 53 more Failing tests:
|
Build failed on ROOT-ubuntu18.04/nortcxxmod. Warnings:
And 60 more Failing tests:
|
@phsft-bot build |
Starting build on |
Build failed on ROOT-performance-centos8-multicore/cxx17. Failing tests: |
That should be autoloaded, I believe? It's not compiled but interpreted, so autoloading is part of the game. |
Build failed on mac12/noimt. Failing tests: |
Build failed on ROOT-ubuntu2004/python3. Failing tests: |
Build failed on ROOT-ubuntu18.04/nortcxxmod. Failing tests: |
Build failed on windows10/cxx14. Failing tests: |
Build failed on mac11/cxx14. Failing tests: |
@phsft-bot build |
Starting build on |
@phsft-bot build |
Starting build on |
Build failed on ROOT-ubuntu2004/python3. Failing tests: |
Build failed on mac12/noimt. Failing tests: |
All the error seems to be due to a 'missing' rebase of roottest and are unrelated to the change here. |
@lmoneta somehow this was left unmerged. Could you make sure the change still work and merge at your convenience? |
@dpiparo note Axel's comment:
My understanding is that adding the include might hide a problem in autoloading provoked / visible by Stephan's branch. |
For an unknown reason, cling managed to compile a test that's missing an include directive. The include is added here, since it provoked a failure in a branch that's still WIP.