Skip to content

[RF] Fix ownership problem in RooGenProdProj#14253

Merged
guitargeek merged 1 commit into
root-project:masterfrom
guitargeek:ownership_problem
Dec 18, 2023
Merged

[RF] Fix ownership problem in RooGenProdProj#14253
guitargeek merged 1 commit into
root-project:masterfrom
guitargeek:ownership_problem

Conversation

@guitargeek

Copy link
Copy Markdown
Contributor

At some point in RooGenProdProj::createIntegral(), an intermediate integral object that should only live during the scope of the function is accidentally put in the saveSet output parameter. This needs to be fixed.

Thanks to the following forum post for noticing this: https://root-forum.cern.ch/t/error-inputarguments-rooargset-error-argument-with-name-is-already-in-this-set-in-roomcstudy/57571

At some point in `RooGenProdProj::createIntegral()`, an intermediate
integral object that should only live during the scope of the function
is accidentally put in the `saveSet` output parameter. This needs to be
fixed.

Thanks to the following forum post for noticing this:
https://root-forum.cern.ch/t/error-inputarguments-rooargset-error-argument-with-name-is-already-in-this-set-in-roomcstudy/57571
@phsft-bot

Copy link
Copy Markdown

Starting build on ROOT-performance-centos8-multicore/soversion, ROOT-ubuntu2204/nortcxxmod, ROOT-ubuntu2004/python3, mac12arm/cxx20, windows10/default
How to customize builds

@github-actions

Copy link
Copy Markdown

Test Results

       10 files         10 suites   2d 0h 24m 15s ⏱️
  2 485 tests   2 485 ✔️ 0 💤 0
23 773 runs  23 773 ✔️ 0 💤 0

Results for commit 4692404.

@lmoneta lmoneta left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
Thank you Jonas for the fix!

@guitargeek
guitargeek merged commit 1ef255f into root-project:master Dec 18, 2023
@guitargeek
guitargeek deleted the ownership_problem branch December 18, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants