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

The file page sink, on commit, collects the streamer info records of custom classes. These records are passed together with the records from unsplit fields to the file writer, which...

in:RNTuple

### Check duplicate issues. - [x] Checked for duplicates ### Description The 2012 Higgs discovery workspaces are currently not fully able to round-trip via the HS3 JSON format due to...

bug
in:RooFit/RooStats
Fixed in 6.32.04

Canvas name was used as identifier to track HTML element. If new canvas with same name was created, old HTML name was overwritten. Therefore add unique ID (pointer) to the...

affects:master
in:Notebooks

Harmless change to circumvent errors like these when building RooFit standalone: ``` Error in : data member with index 0 is not found in class tuple Error in : Cannot...

in:RooFit/RooStats

### Check duplicate issues. - [X] Checked for duplicates ### Description [As reported on the forum](https://root-forum.cern.ch/t/compiled-shared-library-doesnt-catch-changes-made-in-cint/59787), ROOT seems to have merging issues with global variables between compiled and interpreted code...

bug
affects:master
in:Cling
affects:6.28
affects:6.30
affects:6.32

# This Pull request: ## Changes or fixes: Fixes https://github.com/root-project/root/issues/11565 ## Checklist: - [x] tested changes locally - [ ] updated the docs (if necessary)

### Check duplicate issues. - [ ] Checked for duplicates ### Description The test roottest-root-hist-h2root broken on Alma9 march=native builds. This PR https://github.com/root-project/root/pull/15935 deactivated FORTRAN on Alma9 march=native to avoid...

bug

This Pull request adds the support for TopK operator in SOFIE Implementation provided by GSOC student from Vedant Mehra. This PR is based on #15837 and should be merged after...

in:TMVA