Enrico Guiraud

Results 153 comments of Enrico Guiraud

Hi, I'm picking this up (thanks @linev for assigning me). #3433 should be merged first. It just requires rebasing and fixing a trivial conflict. For this PR: I will review...

Discussing with @ktf, we decided to add `RCombinedDS` as a friend of `RDataSource` to avoid the `#define protected public` that is now required to call `GetColumnReadersImpl` from `RCombinedDS`. I will...

@pcanal also needs a couple more things, see my last comment. It's on my to do list.

A more minimal reproducer that catches at least some of the problems: ```cpp // LinkDef.h #include #include "TwoInts.h" #ifdef __CLING__ #pragma link C++ class ROOT::VecOps::RVec+; #pragma link C++ class ROOT::VecOps::RVec::*+;...

I was just hit by this again after forgetting about it again :smile: ping @pcanal @Axel-Naumann :grimacing:

Hi, little ping on this, it would be a big quality of life improvement for me :)

Hi, this is still an issue. TChain and TTree silently return the last valid value for an indexed friend tree if the main one asks for a non-existing index. #12260...