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
I was trying to find a fix for jw3126/Setfield.jl#175, a bug in Setfields's type stability, and took a look at what NoBang is doing; turns out it uses the same code, and suffers from the same issue:
I was trying to find a fix for jw3126/Setfield.jl#175, a bug in Setfields's type stability, and took a look at what NoBang is doing; turns out it uses the same code, and suffers from the same issue:
The problem is that the
typeof(v)
is wrong when the RHS is an iterable written to a slice.I don't yet know of a better fix.
eltype(v)
does not generalize beyond number-like types.The text was updated successfully, but these errors were encountered: