[dictgen] Also forward declare namespaces, typedefs, enums:#8661
[dictgen] Also forward declare namespaces, typedefs, enums:#8661Axel-Naumann wants to merge 1 commit intoroot-project:masterfrom
Conversation
|
Starting build on |
They were picked up as side effects of classes, but not forward declared as and by themselves. This fixes namespaces and enums not being available / known at the ROOT prompt despite their dictionary being loaded: https://root-forum.cern.ch/t/enum-in-namespace-not-available-after-loading-dictionary/45757
e50d397 to
22a84ec
Compare
|
Starting build on |
|
Build failed on ROOT-ubuntu16/nortcxxmod. Failing tests:
And 78 more |
|
Build failed on ROOT-performance-centos8-multicore/default. Failing tests:
|
|
Build failed on mac1014/python3. Failing tests:
|
|
Build failed on mac11.0/cxx17. Failing tests:
|
|
Build failed on ROOT-debian10-i386/cxx14. Errors:
Failing tests:
|
|
Build failed on windows10/cxx14. Failing tests:
|
|
Restarted all tests to see how we are performing... |
Test Results 21 files 21 suites 3d 23h 30m 2s ⏱️ For more details on these failures, see this check. Results for commit 22a84ec. ♻️ This comment has been updated with latest results. |
They were picked up as side effects of classes, but not forward declared as
and by themselves. This fixes namespaces and enums not being available / known at the ROOT prompt despite their dictionary being loaded:
https://root-forum.cern.ch/t/enum-in-namespace-not-available-after-loading-dictionary/45757