Remove dictionaries for raw file
Test Results
20 files 20 suites 3d 15h 52m 39s ⏱️ 3 786 tests 3 778 ✅ 0 💤 8 ❌ 73 867 runs 73 859 ✅ 0 💤 8 ❌
For more details on these failures, see this check.
Results for commit bfa08284.
:recycle: This comment has been updated with latest results.
It seems this breaks the plugin mechanism for RRawFileDavix without runtime_cxxmodules, probably because ROOT cannot locate which library to load. Maybe we can get around it with #pragma link C++ class ROOT::Internal::RRawFileDavix-;, pretending to have a custom streamer?
It seems this breaks the plugin mechanism for
RRawFileDavixwithoutruntime_cxxmodules, probably because ROOT cannot locate which library to load. Maybe we can get around it with#pragma link C++ class ROOT::Internal::RRawFileDavix-;, pretending to have a custom streamer?
Strange. In the plug-in description, we specify the library. Also, why does it work then for the XRootD raw file that doesn't have a dictionary.
Also, why does it work then for the XRootD raw file that doesn't have a dictionary.
Hm, are we testing the plugin support for the root:// protocol? net/netxng/test/RRawFileNetXNG.cxx constructs RRawFileNetXNG directly...
The motivation of the failing mac-beta build should be addressed by https://github.com/root-project/root/pull/20389
Since the motivation is gone and this PR causes problems, I'll close it.