Devajith
Devajith
# This Pull request: Just a draft PR to test for performance issues/failing tests. This fixes the failing python enum tests like: - `roottest-python-cpp-cpp` - `roottest-python-cmdLineUtils-ROOT_8197` A memory leak was...
# This Pull request: A draft PR to test the change in: https://github.com/root-project/roottest/pull/1194 ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the...
# This Pull request: - Replace all occurrences of TextInput with LLVM's LineEditor library in `CLING`. This moves the codebase closer to clang-repl and might help in future changes. This...
# This Pull request: Removes the implicit `auto` keyword support added in: https://github.com/root-project/root/commit/071d08487ceea4f8f28231ea182ba350e6836e30 and https://github.com/root-project/root/commit/1f4a6dc0539acfc0ec58cea7443fe08a0a4479d4 ## Changes or fixes: This feature was deprecated in: https://github.com/root-project/root/pull/14645 Will update LLVM and squash...
Enable the test that was conditional on the fix: https://github.com/root-project/root/pull/15458#issuecomment-2376659546
# This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary) This PR fixes #
# This Pull request: Adds a prototype implementation of SYCL support for standalone Cling. It works for standalone Cling, but is work in progress and is not ready for merge....