Devajith

Results 33 comments of Devajith

I'm not able to reproduce the second example in the current master branch: ![image](https://github.com/root-project/root/assets/29475282/2361e7d3-96fd-4332-9be4-f140c3a6481d)

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...

> 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...

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++...

> 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...

> 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...