Philippe Canal
Philippe Canal
This fixes the run of `roottest.root.meta.enums.execTEnumGetEnum` on Windows (the roottest PR removes the `will fail`) The failure on Windows was due to `typeinfo(enum_type)` returning a name with the format `enum...
> Clang have already implemented this Core DR. Do you happen to know which version this appeared in? (Or better yet which Merge Request added it). Cling uses `Clang` underneath;...
Having this feature on by default seems to allow for some error case to (silently) succeed. For example: ``` mkdir where_the_data_goes ... f = TFile::Open("the_data_goes_here/filename.root"); // Unintentional misspelling. ``` In...
This fixed in [v6.32.00 ](https://github.com/root-project/root/pull/15343) and [v6.34.00 ](https://github.com/root-project/root/pull/14792)(master).
The errors seems related to the changes. (i.e they are unexpected).
Can you upload /home/mkrzewic/build/root/interpreter/cling/tools/plugins/clad/clad-prefix/src/clad-stamp/clad-configure-*.log
So the error is: ``` CMake Error at CMakeLists.txt:86 (message): Found unsupported version: LLVM 2.13.2; Please set LLVM_DIR pointing to the llvm version 5.0 to 16.0.x build or installation folder...
> it will not be automatically added to the 6.30 Release Notes because it was already released This might not be specific enough. The release notes for the already released...
> accept that we can't handle RNTuples that are not in the files root directory. Should we open an issue to keep track of the places we will need to...
Actually, if/since it is passed by github, it wouldn't be so far. The cloning is just boot-strapping after that both the target branch and the incoming branch are being pulled....