Enrico Guiraud
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...
...thank you @phsft-bot
@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::*+;...
This is still a problem in v6.26.
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 :)
Adding the 6.26 milestone after discussion with Axel
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...