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
See #205 for details, which has the MWE that was found.
There are two ways to do this. Either:
@generatedfunction ArrayInterfaceCore.ismutable(::Type{<:ArrayPartition{T,S}}) where {T,S}
res =all(ArrayInterfaceCore.ismutable, S.parameters)
return :( $res )
end
that needs to be implemented differently so it respects back edges when StaticArrays' dispatches are added to ismutable, or ismutable needs to go to Base.
The text was updated successfully, but these errors were encountered:
See #205 for details, which has the MWE that was found.
There are two ways to do this. Either:
that needs to be implemented differently so it respects back edges when StaticArrays' dispatches are added to
ismutable
, orismutable
needs to go to Base.The text was updated successfully, but these errors were encountered: