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
Using @unpack inside a Base.getproperty method leads to a stack overflow. A convenience form, possibly called @unpackf, could use getfield to get around this.
Happy to make a PR if you are open to doing this.
The text was updated successfully, but these errors were encountered:
Using
@unpack
inside aBase.getproperty
method leads to a stack overflow. A convenience form, possibly called@unpackf
, could usegetfield
to get around this.Happy to make a PR if you are open to doing this.
The text was updated successfully, but these errors were encountered: