HellerCommaA / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

Code generation should include storing expression results #218

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This may require extending the RPC annotations wrt return value 
descriptions. When generating expressions that return a value, the result 
should be captured. For instances, generating code for getInput() in Python 
should produce:

result = getInput().result

One thing to consider, is whether or not to also grab id and error from the 
results.

Original issue reported on code.google.com by damonkoh...@gmail.com on 9 Mar 2010 at 9:49

GoogleCodeExporter commented 9 years ago
That should read:

result = droid.getInput().result

Original comment by damonkoh...@gmail.com on 9 Mar 2010 at 12:29