-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[backports-release-1.11
]: Revert "fix null comparisons for non-standard address spaces (#58837)"
#59445
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
[backports-release-1.11
]: Revert "fix null comparisons for non-standard address spaces (#58837)"
#59445
Conversation
This reverts commit 3b04664.
backports-release-1.11
]: Revert "fix null comparisons for non-standard address spaces (#58837)"
Can we backport #59259 instead? Can't test it right now, but it should fix these issues |
Sure, let's try that out. I'll make a separate PR first, and if that works, then we can add the backport label so that Kristoffer's script does the backport. |
#59446 doesn't seem to be sufficient. Can we proceed with this revert for now, and then we can try to re-land later? |
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.
Seems ok for now, seeing as the AMDGPU issues were only observed on 1.12+
Windows failures are errors when cleaning up temp directories.
|
…ion for null ptr comparisons") to Julia 1.11.x (#59446) Backports #59259 to 1.11 (cherry picked from commit 920df7a). For more details, see #59445 (comment). Targets `backports-release-1.11` (#59336). --------- Co-authored-by: Gabriel Baraldi <[email protected]>
This reverts commit 3b04664 (which backports #58837 to 1.11.x).
For more details, see #59336 (comment) and #59336 (comment).
Targets
backports-release-1.11
(#59336).