Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Unity][TVMScript] Parse R.Object return type from call_pure_packed #16593

Commits on Feb 16, 2024

  1. [Unity][TVMScript] Parse R.Object return type from call_pure_packed

    Prior to this commit, `R.call_packed` and `R.call_pure_packed` had
    different normalization for the `sinfo_args` argument.  While
    `R.call_packed` checked if the struct info needed to be converted using
    `ObjectGeneric.asobject()`, `R.call_pure_packed` did not.
    
    This commit updates the `R.call_pure_packed` to handle `sinfo_args`
    in the same manner as `R.call_packed`.
    Lunderberg committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7fdfdc3 View commit details
    Browse the repository at this point in the history