Skip to content
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

[PyROOT] Add back initializer list pythonization to CPyCppyy #16338

Merged
merged 3 commits into from
Sep 19, 2024

Conversation

guitargeek
Copy link
Contributor

The patch that disables the initializer list pythonization should in principle not be necessary.

@aaronj0, let's see which tests were actually failing because of this.

@guitargeek guitargeek self-assigned this Aug 29, 2024
@aaronj0 aaronj0 self-assigned this Aug 29, 2024
Copy link

github-actions bot commented Aug 30, 2024

Test Results

    13 files      13 suites   3d 4h 46m 46s ⏱️
 3 036 tests  3 034 ✅ 0 💤  2 ❌
33 944 runs  33 932 ✅ 0 💤 12 ❌

For more details on these failures, see this check.

Results for commit 66c2e0c.

♻️ This comment has been updated with latest results.

@aaronj0 aaronj0 linked an issue Sep 19, 2024 that may be closed by this pull request
1 task
@guitargeek guitargeek marked this pull request as ready for review September 19, 2024 16:37
The patch that disables the initializer list pythonization should in
principle not be necessary.
Explicitly define default constructor so cppyy doesn't attempt aggregate
initialization.
Copy link
Collaborator

@aaronj0 aaronj0 left a comment

Choose a reason for hiding this comment

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

LGTM!

@guitargeek guitargeek merged commit 1d08d52 into root-project:master Sep 19, 2024
16 of 18 checks passed
@guitargeek guitargeek deleted the initializer_list_pyz branch September 19, 2024 18:34
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.

cppyy no aggregate initialization constructor
2 participants