Philippe Canal

Results 332 comments of Philippe Canal

@hahnjo At least Alma9 + gcc11 (both in compiled and interpreted mode). Simple reproducer: ``` { struct Derived : public TObject { Derived() = default; }; auto obj = new...

The output is as intended but the problem is that `TStreamerInfo::GetDataMemberOffset` is returning the offset of the cached member rather than the write (or repeat) member (i.e. the real live...

> allows passing flags after the positional arguments Do we have the corresponding support for `--` for those adventurous users that want their filename to start with a `-`?

Did we extent the testing of the `hadd` parameters? If so can we link the roottest PR in the description?

> or add a new variable inside the MemInfo_t struct that specifies the 9.3 'cached' memory I would go for this solutions (add missing information). This would requires update in...

@ferdymercury Would you be able to provide a PR?

> I think a good compromise is to replace find_package only in the case of using builtins. It turns out that it needs to be defined 'as soon' as the...

Indeed, I can't re produce it anymore either. Thanks for checking

Most likely backporting this commit: https://github.com/root-project/root/commit/08b34d72a800bd48ea4655f17075de0ef3ca72cb will fix the problem.

See https://github.com/root-project/root/pull/15968 and https://github.com/root-project/root/pull/15969