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

Backport of https://github.com/root-project/root/pull/14738

- [x] Checked for duplicates ### Describe the bug When linking external applications against ROOT classes, one needs to find in which library the used classes are defined. To know...

bug
affects:master
in:Cling
in:Dictionaries

This PR fixes - https://github.com/root-project/root/issues/7808 This is happening because in when the parentheses operator overload `TKDE::operator()(Double_t x)` calls ReInit `(const_cast(this))->ReInit()` it returns before setting the fKernel in the case of...

### Explain what you would like to see improved and how. The release notes of 6.30, see e.g. https://github.com/root-project/root/commit/d9c7887f7423a4c93dbb50759b840b5b803baec3 are diverging for master vs 6.30 branches. Some new changes have...

improvement
good first issue
fixathon

# This Pull request: ## Changes or fixes: ## Checklist: - [ x] tested changes locally - [ x] updated the docs (if necessary) This PR fixes # #7871

# This Pull request: - Adds protection when exporting workspaces with defuct proxy pointers - Adds import and export facilities for RooRealIntegral ## Checklist: - [x] tested changes locally -...

in:RooFit/RooStats

The commits that Garima and I created in the last days but didn't get merged yet.

in:RooFit/RooStats

With `-Dbuiltin_civetweb=OFF` one can try to find and build ROOT with external version of civetweb. But this external version should be compiled with websocket support - which is not always...

affects:master
in:WebGui

Draft PR for now, to check out where the `getattr()` pythonization is used in tests and tutorials.

improvement
in:PyROOT

### Check duplicate issues. - [X] Checked for duplicates ### Description During https://github.com/root-project/root/pull/14669 a new test was added which tests `std::set` in PyROOT. This exposed an issue where creating a...

bug
in:PyROOT