-
-
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
Experimental support for aliasscopes #31489
Conversation
Should we put this in |
|
7e229e8
to
31f8ca3
Compare
Unfortunately, this PR + d839bc5 still does not quite solve 28126, as broadcast_unalias(dest, src) = dest === src ? src : constify(unalias(dest, src)) is not type stable. |
0f90a2f
to
d222248
Compare
Added docstrings that clarify that |
Only 50ec39c should be backported to 1.2 |
This looks like a missing root, anyone seen this before?
|
@mbauman the first commit fixes the seqfault you saw. If broadcast is going to use these I figured we should put them into a better place and mark them clearly as experimental.
Test should probably be similar to the ones in #31347