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

Invocation spec doesn't show how to deal with multiple parameters #17

Open
alanhkarp opened this issue Aug 21, 2023 · 0 comments
Open

Comments

@alanhkarp
Copy link

It is common to invoke a method on an object specifying one or more additional objects to be operated on. These additional objects may not have the same owner as the invoked object, which means permission to these additional objects needs to be delegated. It's also common for the invocation to create some new object as a return value to the invoker, permission to which needs to be delegated to the invoker. The invocation spec does not currently cover these cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant