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
The implementation of fill will ultimately use A.ref, where A is a Vector{DataStore}.
However, A.ref is overridden by this package, and will be interpreted as accessing GNN data.
This overload should check this condition (s===:ref) and use getfield(vds, :ref).
The text was updated successfully, but these errors were encountered:
This code fails in newer versions of Julia:
The implementation of
fill
will ultimately useA.ref
, where A is aVector{DataStore}
.However,
A.ref
is overridden by this package, and will be interpreted as accessing GNN data.This overload should check this condition (s===:ref) and use
getfield(vds, :ref)
.The text was updated successfully, but these errors were encountered: