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
For some reason, Base.Broadcast in Julia 1.10 does not seem to require getindex(::AbstractData, ::Integer) to be defined, but it does seem to be required on Julia 1.11.
We can revert #1920 all within the DataLayouts module, if we need to. But it may be better to figure out why this behavior changed across Julia versions.
The text was updated successfully, but these errors were encountered:
#1920 broke CI on Julia 1.11.
For some reason,
Base.Broadcast
in Julia 1.10 does not seem to requiregetindex(::AbstractData, ::Integer)
to be defined, but it does seem to be required on Julia 1.11.We can revert #1920 all within the DataLayouts module, if we need to. But it may be better to figure out why this behavior changed across Julia versions.
The text was updated successfully, but these errors were encountered: