Skip to content

Conversation

@devmotion
Copy link
Contributor

@devmotion devmotion commented Dec 21, 2025

Fixes #266:

julia> dv = distribute(rand(40));

julia> dv .= ones(40);

julia> dv[1]
1.0

julia> dv .= @view(zeros(50)[11:end]);

julia> dv[1]
0.0

@andreasnoack can you review the PR and tag a new release once it is merged?

@devmotion devmotion marked this pull request as ready for review December 21, 2025 15:27
@andreasnoack andreasnoack merged commit b3ee6fc into JuliaParallel:master Jan 4, 2026
15 checks passed
@devmotion devmotion deleted the dmw/broadcast_into branch January 4, 2026 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broadcasting into DistributedArrays broken in 0.6.8

2 participants