Devajith
Devajith
I'm not able to reproduce the second example in the current master branch: 
Check running here: https://github.com/root-project/root/pull/16535 corresponding to https://github.com/root-project/roottest/pull/1194
Can I work on this issue? If yes, it'd be great if I can have the following question(s) answered 1) Do you recommend using an external package like [ff](https://github.com/peterbourgon/ff) to...
The file `/cvmfs/lhcbdev.cern.ch/nightlies/lhcb-run2-patches/1519` doesn't exist/was removed. I tried to reproduce the error with `1529` by loading the stripped down header file (`root test.h`)instead and I now get a different error...
> I have measured the runtime of all PyROOT tests without and with this PR, and there is no significant difference (see results at the end of this post). Thank...
cling: changes needed on MacOS to avoid G__Core.cxx generation failures complaining about time_point
> ie not maintain a copy of the modulemap but instead create it dynamically from the file found in the SDK. This would solve all recent problems because it's again...
cling: changes needed on MacOS to avoid G__Core.cxx generation failures complaining about time_point
After a bit more digging, I was able to make a reproducer with AppleClang. I think it is a problem in Apple’s current libc++ module-map, not a ROOT problem. ```C++...
cling: changes needed on MacOS to avoid G__Core.cxx generation failures complaining about time_point
> Is the pr deliberately avoiding a fix is the modulemap? Yes, but just an alternative fix. Fixing module-map as per this also looks ok to me, since this is...
@phsft-bot build
> We need to decide what to do with `CLING_HISTSIZE`. If we want to support it, the necessary changes should be upstreamed to LLVM first and then backported to our...