You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
map! should either support aliasing or not and the choice should be documented and tested. (It could be documented that it's undefined, but probably a bad idea)
It may be better tested after the PR below merged, but the doc string should be updated.
Maybe auditing a bit for other similar functions that lack this kind of documentation would be a good idea. I'll add them here if I find them.
map!
should either support aliasing or not and the choice should be documented and tested. (It could be documented that it's undefined, but probably a bad idea)It may be better tested after the PR below merged, but the doc string should be updated.
Maybe auditing a bit for other similar functions that lack this kind of documentation would be a good idea. I'll add them here if I find them.
See
map!
does not check for aliasing #46352https://discourse.julialang.org/t/did-julia-community-do-something-to-improve-its-correctness/102515/86
The text was updated successfully, but these errors were encountered: