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 In `builtins/xrootd/CMakeLists.txt` we don't pass any openssl configuration over to Xrootd. This causes inconsistent builds for ROOT and xrootd. ### Optional:...

improvement
in:Build System

- [x] Checked for duplicates ### Describe the bug The following code causes a crash: ```cpp // sink is destroyed before model auto model = RNTupleModel::Create(); auto fieldPt = model->MakeField("pt",...

bug
in:I/O

Introduce a new method to get a label for the data source that the current RDataFrame is processing. There are three major types: * The dataframe will process a TTree...

in:RDataFrame

### Describe the bug The build errors when switching from `CMAKE_CXX_STANDARD=14` (the default with GCC 8.4.1 on CentOS 8) to `CMAKE_CXX_STANDARD=17` (for example to get ROOT7). ``` FAILED: tree/treeplayer/G__TreePlayer.cxx lib/TreePlayer.pcm...

improvement
affects:master
in:Build System

The crash happens when trying to directly use a RNTuple object that was stored in a file at the prompt rather than going through `_file0->Get("Events")` (which works). This particular file...

in:Cling
in:Core Libraries
in:RNTuple

### Explain what you would like to see improved and how. `rootprint` does not output canvases that are stored inside a subdirectory. The CLI should accept a 'recursive' parameter that...

improvement

This PR can be merged only when Ubu24 tests are all passing.

### Check duplicate issues. - [X] Checked for duplicates ### Description As seen in https://lcgapp-services.cern.ch/root-jenkins/job/root-pullrequests-build/190460/testReport/projectroot.roottest.root/hist/roottest_root_hist_h2root, `h2root` fails from time to time on Linux and always if the *march=native* option is...

bug
affects:master

includes https://github.com/vgvassilev/clad/pull/893

in:Cling
clean build