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
Unfixed, the recordFields macro in stew/shims doesn't save instantiated generics and in some cases return the abstract generic type instead of the instantiated one. There is an attempt to monkey patch around that in nim-serialization 82cdd5c.
It mostly works, except when getTypeInst decides to return a dumb symbol instead of the type we actually want for unknown reason.
getTypeInst
can return a symbol that is not the type we expect but an nnkSym that we passed likeT
orE
and cannot be manipulated.See status-im/nimbus-eth2#2219 writeup 9
Another instance of nim-lang/RFCs#44
The text was updated successfully, but these errors were encountered: