Skip to content

Conversation

ferdymercury
Copy link
Collaborator

@ferdymercury ferdymercury commented Oct 9, 2025

Fixes https://its.cern.ch/jira/browse/ROOT-5144

Not yet working:

  • reproducer in the JIRA link fails. Extra things might be needed with DOLOOP.
    root -l -b -e 'gInterpreter->GenerateDictionary("myclass","myheader.h");' -e 'myclass mc;
    mc.n = 1;
    mc.MyArray = new float[3]{2,3,4};
    TTree t("t", "t");
    t.Branch("mc", &mc);
    t.Fill();'

  • Add docu to release notes or TTree

  • Add ctest

Copy link

github-actions bot commented Oct 9, 2025

Test Results

    22 files      22 suites   4d 2h 3m 15s ⏱️
 3 688 tests  3 683 ✅ 0 💤 5 ❌
79 206 runs  79 201 ✅ 0 💤 5 ❌

For more details on these failures, see this check.

Results for commit 462ed0e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants