-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[cppyy] Sync cppyy_backend/loader.py
with upstream
#17627
Conversation
load_cpp_backend
with upsteam backend
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Feel free to merge if CI agrees
68635bb
to
fce6e1a
Compare
Test Results 18 files 18 suites 4d 0h 9m 10s ⏱️ For more details on these failures, see this check. Results for commit fce6e1a. |
load_cpp_backend
with upsteam backendcppyy_backend/loader.py
with upstream
To further reduce the code divergence. The patch for `macOS` is still required, but it is updated and renamed to make clear that it's not only relevant for macOS 12.
Remove patches that were either merged upstream or that are not necessary anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even with the current changes, it's still an improvement, thanks!
Reverts commit 834f8f3 and move setting the hardcoded cppyy backend
path to the ROOT module, to get rid of a patch.
Sync the
load_cpp_backend
function with upsteam while at it.