Philippe Canal

Results 332 comments of Philippe Canal

So there is 2 solutions: 1. Update the semantic of `TClass::GetListOfEnums` to also include the indirect declaration (relaxing/removing the call to `ClassInfo_Contains`) 2. Update `TEnum::GetEnum` to first do a name...

What are the changes from a user point of view?

Will_Fail is the (now) expected result and lead to a 'succesfull' run of the test. What is "new" is that there is one platform where this failure is now a...

Note: We are intentionally building `LLVM` and `Clang` as static library to avoid conflict with other uses of the `LLVM` and `Clang` libraries (i.e. by keeping the usage as internal...

> For Guix purposes, ... For other purposes :) we should continue to make sure we can also build LLVM and CLANG in static mode.

Is there a corresponding roottest PR enabling/adding test for this?

Note that to be effective this change would also require the addition of a move constructor in `TString`.

It went to draft after I saw test failure that were tracked down to the missing write lock when changing the autoloading state. This has now been corrected.

This also fixes https://github.com/root-project/root/issues/12685