-
Notifications
You must be signed in to change notification settings - Fork 646
[TS] Implement basic procedure calling #3649
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
Conversation
845d892 to
f03b4db
Compare
ffd7bc9 to
a532856
Compare
4cda075 to
acd46ea
Compare
Centril
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, and thanks for refactoring into InstanceEnv. I haven't reviewed the changes to .ts files that deeply though.
cloutiertyler
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems fine to me. Note for posterity that the withTx API is to be added in a future PR.
acd46ea to
6e2ece6
Compare
|
The C#/Unity test failure here is a known problem in master, the PR that introduced that issue is being reverted so feel free to ignore |
Description of Changes
Implements
__call_procedure__in the TS bindings and host.Expected complexity level and risk
2
Testing