root icon indicating copy to clipboard operation
root copied to clipboard

The official repository for ROOT: analyzing, storing and visualizing big data, scientifically

Results 924 root issues
Sort by recently updated
recently updated
newest added

### Explain what you would like to see improved and how. We can copy all the tutorials and header files at once. We do not need to do these operations...

improvement
in:Build System

# This Pull Request: Updates the implementation of Binary and Unary Operators to parse input tensors with parametric shapes, such as `{batch_size1, dim1}`. The method to initialize the output tensor...

in:TMVA

### Check duplicate issues. - [ ] Checked for duplicates ### Description Most of the links in the source code starting with http://root.cern.ch/root/html/ point to a no longer existing URL...

bug
in:Documentation

# This Pull request: A first attempt at picking a good set of defaults for clang-tidy, together with the first 100 or so fixes in the RNTuple code base. It...

in:RNTuple

- [x] Checked for duplicates ### Describe the bug ROOT overrides CMake's `find_package` in `cmake/modules/SearchInstalledSoftware.cmake`, which is not uncommon, but relies on undocumented behavior of CMake. See e.g.: https://crascit.com/2018/09/14/do-not-redefine-cmake-commands/ This...

bug

### Describe the bug On Linux, ROOT reports most of the RAM is full, even if it is free. Probably because it reports: `used = total - free` instead of...

bug
good first issue
in:Core Libraries
fixathon

https://github.com/root-project/root/pull/16258 proposes to disable many `DynamicLibraryManager` tests on macOS that never worked on that platform since their introduction (they pass fine on Linux). The tests should be debugged, fixed, and...

bug
in:Cling

The existing findType function requires the type name to be passed as a string. This new overload allows the type to be passed as a template argument which has the...