-
Notifications
You must be signed in to change notification settings - Fork 263
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
Add execFunction : functions can now be ran on clients #802
Conversation
The context source should not be "Gm", can you change to something else "execFunction" or "remote" is fine. Also can you modify source to follow the formatting standards used throughout the code (like {} braces for if/else) please. |
As Craig noted above, this call in runExecFunction should be changed to not use "Gm" as context source: Also a number of if statements without {}. |
What should be the context source, then? |
Craig suggested "execFunction" or "remote". |
What are these formatting standards? I can't find them in the github directory. |
It seems they are not specifically mentioned (but only in the eclipse file for some reason ugh). In any case we are using the google java style guide standards with 2 spaces. And I am off to raise an issue about outdated/missing style guide information in the coding standards link on github |
Is there a way to add this to |
I thought it did that already but apparently not. |
I thought it did to... |
Well most IDEs include a code formatting option to handle the if() braces issue. |
- Add execFunction(functionName,args,defer, targets, delim) - args is a json array containing the arguments to the function - defer, targets and delim work as in execLink - Close RPTools#790
I changed the PR and implemented the changes. |
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.
Reviewed 8 of 9 files at r1, 1 of 1 files at r3.
Reviewable status: complete! all files reviewed, all discussions resolved
This change is