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
TVM dictionaries are nullable cells. To work with them, methods need to accept Cell?, and it's currently impossible to mark such function "extends mutates", leading to constructions like dict = udict_store_ref(dict, 256, "name".sha256(), ...);.
The text was updated successfully, but these errors were encountered:
TVM dictionaries are nullable cells. To work with them, methods need to accept
Cell?
, and it's currently impossible to mark such function "extends mutates", leading to constructions likedict = udict_store_ref(dict, 256, "name".sha256(), ...);
.The text was updated successfully, but these errors were encountered: