-
Notifications
You must be signed in to change notification settings - Fork 101
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
CI: update which releases to test against #1242
Conversation
Test Results 14 files 14 suites 6h 46m 19s ⏱️ For more details on these failures, see this check. Results for commit 50aad89. ♻️ This comment has been updated with latest results. |
81b3895
to
6d0803b
Compare
I managed to create a standalone reproducer for the problem and raised the issue in the ROOT project. |
Avoid having another level of quotes or b'' showing up in the wrong places
I suspect the issue with clang16 is caused by how the compiler is created, and since it only affects tests where aclic is used, I propose to ignore these tests for the clang16 stack. PS: adding setup-wrapper probably solves the issue... see next commit. |
BEGINRELEASENOTES
ENDRELEASENOTES
Different errors encountered for better searching and finding in the future:
Mostly related to the change discussed here root-project/root#15153
1
Solution: In this case don't use properties obtained from the userHandler object, other cases might mean
decoding
the cppyy.gbl.std.string` or similar2
Note the too many quotes
''UI''
, solution again decoding the string returned from the cppyy object3
cppyy.gbl.std.string
shows up in a list. Decoded all content inside lists.