-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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] Make String(::Memory)
copy
#56519
[backports-release-1.11] Make String(::Memory)
copy
#56519
Conversation
621011d
to
114953c
Compare
I seem to have seen this error before, maybe we need to backport some other patches. @jishnub perhaps you remember what was it? I thought it was #56184, which fixed #56136, but that was in a different testset. |
But that's changing |
IIUC, the failure happens if the julia/stdlib/LinearAlgebra/test/matmul.jl Line 1142 in 2a6ce58
+() = +() , so this would impact any subsequent invocation of +() that is run in the same process. This showed up in the test/errorshow.jl failure after the PR was merged, but apparently test/operators.jl also checks the same method.
|
I see, tests weren't isolated enough. I pushed the backport to #56228, this is failing also there anyway |
Feels a bit too intrusive to backport to a patch release, or? |
This fixes code like Since this is how the docs of |
Manual backport of #54457 to fix #54369 in 1.11