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
After discussing with @peq and @Frotty it makes sense that instanceCount() and maxInstanceCount() would be challenging to implement in lua. Though, I suspect that maxTypeId and typeIdToTypeName implementations are reasonable.
I request that all of these functions are implemented with stub functions being implemented for instanceCount and maxInstanceCount that return 0.
I believe this would be more correct such that maps built using these standard library functions won't fail due to lack of implementation but, at least for the stub functions, would have "undefined" behavior as implied by the contract defined by the warning comment in the Reflection package.
jlfarris91
changed the title
Reflection natives are not implemented in lua backend
[Lua] Reflection natives are not implemented in lua backend
Mar 22, 2022
The text was updated successfully, but these errors were encountered: