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

### Check duplicate issues. - [ ] Checked for duplicates ### Description After updating to the lastest master I got the following error: ``` && /cvmfs/cms.cern.ch/el9_amd64_gcc11/external/gcc/11.4.1-30ebdc301ebd200f2ae0e3d880258e65/bin/c++ -fdiagnostics-color=always -Wno-implicit-fallthrough -Wno-noexcept-type -pipe...

bug
in:Cling
in:Math Libraries

It was disabled in commit a67863d33a ("Disable modules on aarch64 due to ODR violation") in 2019. I cannot reproduce these problems on `lxplus-arm`, so try to turn it back on.

in:C++ modules
clean build

Minimal set of changes required to enable pip build backends to install ROOT.

in:Python Interface

### Check duplicate issues. - [X] Checked for duplicates ### Description Passing arguments to functions that expect types with a deleted copy constructor leads to PyROOT calling said constructor and...

bug
priority:low
in:Python Interface

**This change is improving the development workflow, now how users are getting ROOT and RooFit!** This will help with more modular RooFit builds, and it's also a big step towards...

in:Python Interface
in:RooFit/RooStats
clean build

# This Pull request: Translates one tutorial of the `root/tutorials/v7` into Python language. ## Checklist: - [yes] tested changes locally - [yes] updated the docs (if necessary)

These useful tests are relatively short (runtime 28 seconds in total) and test lower-level RooFit functionality. Moving them from roottest to roofit has the following benefits: * Faster RooFit development...

in:RooFit/RooStats

### Check duplicate issues. - [X] Checked for duplicates ### Description It seems that when saving a canvas to a ROOT file (`SaveAs("c.root")`), colors defined with `TColor::GetColor` are not preserved...

bug