Skip to content

[test] Correct typo in linkdef pragma #19097

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dpiparo
Copy link
Member

@dpiparo dpiparo commented Jun 19, 2025

the class std::pair<int,std::vector> was not selected correctly.

This macro, aclic'd in a test, sporadically failed on macbeta.

the class std::pair<int,std::vector<int>> was not selected correctly.
@dpiparo dpiparo requested a review from devajithvs June 19, 2025 11:33
@dpiparo dpiparo self-assigned this Jun 19, 2025
Copy link

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 0b4e1d8.

@dpiparo
Copy link
Member Author

dpiparo commented Jun 19, 2025

This is a very sporadic failure. Thanks to @devajithvs we now know the fix is not enough (ROOT is anyway able to write pairs of T,V if T,V have a dictionary without a dictionary). Debugging further...

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.

1 participant