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

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

### Check duplicate issues. - [ ] Checked for duplicates ### Description As discovered in https://root-forum.cern.ch/t/possible-issue-when-cloning-trees/63873/15, neither `TChain::ResetBranchAddresses` nor `TTree::ResetBranchAddresses` seems to reset the address of their current list of...

bug
affects:master
affects:6.22
affects:6.20
in:I/O
in:TTree
affects:6.24
affects:6.26
affects:6.28
affects:6.30
affects:6.32
affects:6.34
affects:6.36

# This Pull request: Adds a new flag to CompileMacro, "h". ## Changes or fixes: This new functionality allows not to rebuild the macro even if the file is newer...

new feature
affects:master
in:Core Libraries

### Check duplicate issues. - [X] Checked for duplicates ### Description Recent version of PyROOT/cppyy fails for relatively simple templated function overload with SFINAE. The reproducer is here. There is...

bug
in:Python Interface

# This Pull request: ## Changes or fixes: Fixes https://its.cern.ch/jira/browse/ROOT-5306 Reproducer: ``` root .L /tmp/MySubClass.cxx+ TFile f("/tmp/mysub.root", "RECREATE"); MySubClass msc; msc.id = 33; f.WriteObjectAny(&msc, "MySubClass", "msc"); f.Close(); .q root .L...

pr:squash on merge

# This Pull request: ## Changes or fixes: This is v2 of https://github.com/root-project/root/pull/18413 Fixes https://its.cern.ch/jira/browse/ROOT-10743 Related: https://its.cern.ch/jira/browse/ROOT-9385 ## Checklist: - [ ] tested changes locally - [ ] updated the...

# This Pull request: ## Changes or fixes: Rebased version of https://github.com/root-project/root/pull/9272/ Fixes root-project/cling#364 Fixes root-project/cling#419 and helps for https://github.com/jupyter-xeus/xeus-cling/issues/404

# This Pull request: ## Changes or fixes: It's quite hard to have an overview of a 3k-line-long Doxyfile, and it needs constant commits "update to version 1.9.8", etc. I...

skip ci

### Check duplicate issues. - [X] Checked for duplicates ### Description A silly `while(1) {;}` makes ROOT interpreter crash. It should instead hang or raise an error. ### Reproducer See...

bug
in:Cling
Small Bug Density

# This Pull request: ## Changes or fixes: Fixes https://its.cern.ch/jira/browse/ROOT-6788 by @olifre This fixes the crash, but not sure if it is correct. ## Checklist: - [x] tested changes locally...