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
Currently, if you pass a table to a deflua function, there's no way to get the raw {:tref, _} from it, which is a problem if you want to mutate that table.
Provide an option where user's can configure this behavior. As for the implementation, it looks like using a {m, f, a} value for set_table_keys_dec will work here (this is what we use inside of Lua.set!/3)
The text was updated successfully, but these errors were encountered:
Currently, if you pass a table to a
deflua
function, there's no way to get the raw{:tref, _}
from it, which is a problem if you want to mutate that table.Provide an option where user's can configure this behavior. As for the implementation, it looks like using a
{m, f, a}
value forset_table_keys_dec
will work here (this is what we use inside ofLua.set!/3
)The text was updated successfully, but these errors were encountered: