Axel Naumann
Axel Naumann
As a wonderful side-effect, this adds support for construction from a TLorentzVector. See https://root-forum.cern.ch/t/problem-initializing-a-4-vector/50789
Current state: - the normalized name continues to remove `std::` - it injects using declarations for the "most common" stdlib identifiers - this PR adds `std::` where "needed", to the...
Hi, Preloading Mesh for `root.exe` from https://github.com/root-project/root/ causes ``` $ LD_PRELOAD=./bazel-bin/src/libmesh.so root.exe -l -b -q segfault (1/0xffffffff): in arena? 0 ``` That's with Mesh's master from 1h ago on Ubuntu...
All GitHub action build fail: https://github.com/root-project/cling/actions FYI @reikdas
This was a lifesaver, thank you! But now something happened (likely to GitHub's display of PR diffs): Note the extra dots at the beginning of the line, and the extra...
# This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary) This PR fixes #
Instead of looking for libraries resolving each unresolved symbol, just load each lib resolving symbols: this will allow subsequent missing symbols to be resolved from the loaded library quickly, without...
### Explain what you would like to see improved `.cling_history` currently grows without limits, we have some that are 144M. ### Optional: share how it could be improved We probably...
Possibly fixes cling suppressing -Wreturn-type.
Addressed the valid-typename case of https://github.com/root-project/root/issues/9029