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
This makes map! and foreach slightly less useful, but it's a simple way
to fixtkoolen#19 on Julia master.
The more correct solution would be to implement something like the way
BroadcastStyle works for broadcast(), but that's a much bigger change.
The
foreach
implementation here relies on the behavior that was removed in JuliaLang/julia#23117 (just like StaticArrays did), so we'll have to find a similar solution. I've posted on discourse https://discourse.julialang.org/t/expressing-at-least-one-of-this-type-on-julia-master/8624 in case anyone has a clever idea for how to get around this.The text was updated successfully, but these errors were encountered: