-
-
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
promotion to SharedArray #15002
Comments
Ref #12964 |
(a quick fix of course is to iterate and do everything in-place to keep it general. Using |
@skariel Is this on master? Can you run |
|
This is very related to the segfault I reported in #14459 -- But as you can see by the reference @KristofferC gave, it appears this was an intentional change. |
Not an uncontroversial one though. |
so the following code eventually produces a non-shared array and for me it was a surprise:
I have a function that sometimes gets an
Array
and other times aSharedArray
. Now it has a different behaviour depending on the type used.Is this behaviour intended?
The text was updated successfully, but these errors were encountered: